mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
* Resomi (#27) * resomi * locale + fix sprites * displacements * add sprites (not full (need to check up)) + agillity skill * some stuff * -_- * фыф * add * fix * Add sprites * localisation * fix * вы нахуй меня дрочите?!! --------- Co-authored-by: AwareFoxy <135021509+AwareFoxy@users.noreply.github.com> * Create species.ftl * first (#116) * fix null * fixiki * more fixikov * outer metas * migrate * fix rsi validation * fix yaml linter * build fix * more migrate * one more migrate --------- Co-authored-by: pofitlo <kuzminvladislav237@gmail.com> Co-authored-by: AwareFoxy <135021509+AwareFoxy@users.noreply.github.com>
13 lines
273 B
C#
13 lines
273 B
C#
namespace Content.Shared.Chat;
|
|
|
|
/// <summary>
|
|
/// WWDP
|
|
/// </summary>
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ChatModifierComponent : Component
|
|
{
|
|
[DataField("whisperListeningRange")]
|
|
public int WhisperListeningRange = SharedChatSystem.WhisperClearRange;
|
|
}
|