mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 16:48:10 +03:00
4 lines
123 B
C#
4 lines
123 B
C#
namespace Content.Client.Body.Components;
|
|
[RegisterComponent]
|
|
public sealed partial class StomachComponent : Component { }
|