add scale to timer
This commit is contained in:
@@ -17,6 +17,9 @@ 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]
|
||||
|
||||
Reference in New Issue
Block a user