Files

10 lines
194 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.Animations;
[RegisterComponent]
2024-01-23 13:45:08 +03:00
public sealed partial class DancingComponent : Component
{
public float AccumulatedFrametime;
public float NextDelay;
}