11 lines
266 B
C#
11 lines
266 B
C#
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;
|
|
}
|