Files
OldThink/Content.Server/_White/Animations/DancingComponent.cs

10 lines
194 B
C#

namespace Content.Server._White.Animations;
[RegisterComponent]
public sealed partial class DancingComponent : Component
{
public float AccumulatedFrametime;
public float NextDelay;
}