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