mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-24 09:08:04 +03:00
5 lines
134 B
C#
5 lines
134 B
C#
namespace Content.Server._White.Melee.Snatch;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class SnatchOnMeleeHitComponent : Component;
|