Replaced Wieldable DoAfter with UseDelay (#18880)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
stopbreaking
2023-10-22 09:53:13 -04:00
committed by GitHub
parent ef0c079724
commit 988bfa5c09
13 changed files with 53 additions and 49 deletions

View File

@@ -30,9 +30,6 @@ public sealed partial class WieldableComponent : Component
public string? WieldedInhandPrefix = "wielded";
public string? OldInhandPrefix = null;
[DataField("wieldTime")]
public float WieldTime = 1.5f;
}
[Serializable, NetSerializable]