Predict wielding (#16275)

This commit is contained in:
metalgearsloth
2023-05-10 10:01:23 +10:00
committed by GitHub
parent bf5d706e70
commit 9946cbd7fe
12 changed files with 326 additions and 326 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Shared.Wieldable;
public sealed class BeforeUnwieldEvent : CancellableEntityEventArgs
{
}