Files
crystall-punk-14/Content.Client/_CP14/WorldSprite/CP14WorldSpriteComponent.cs

11 lines
266 B
C#
Raw Permalink Normal View History

namespace Content.Client._CP14.WorldSprite;
/// <summary>
/// RUN, IF YOU SEE THE CODE TO THIS FUCKING THING, YOU'LL DIE ON THE SPOT.
/// </summary>
[RegisterComponent]
public sealed partial class CP14WorldSpriteComponent : Component
{
public bool Inited;
}