add: Теперь сняряды для Синано можно печатать (#499)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Shared._White.WeaponModules;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class ShutterModuleComponent : BaseModuleComponent
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField]
|
||||
public string Tag;
|
||||
}
|
||||
@@ -21,7 +21,8 @@ public enum ModuleVisualState : byte
|
||||
{
|
||||
BarrelModule,
|
||||
HandGuardModule,
|
||||
AimModule
|
||||
AimModule,
|
||||
ShutterModule
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user