This commit is contained in:
CaYpeN1
2024-03-24 13:21:11 +05:00
parent c5ffbf3fcf
commit 1313a34f5d
2 changed files with 12 additions and 9 deletions

View File

@@ -17,9 +17,6 @@ public sealed partial class NarcoticEffectComponent : Component
[ViewVariables(VVAccess.ReadOnly), DataField]
public List<int> SlurTime = new() { 35, 60, 80, 90, 45 };
[ViewVariables(VVAccess.ReadOnly), DataField]
public int TimerScale = 6000;
}
[Serializable, NetSerializable]