mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-27 02:27:46 +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;
|