mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-30 15:24:25 +02:00
10 lines
199 B
C#
10 lines
199 B
C#
namespace RhythmHeavenMania
|
|
{
|
|
public class GameEvent
|
|
{
|
|
public float length;
|
|
public float startBeat;
|
|
public float lastReportedBeat;
|
|
public bool enabled;
|
|
}
|
|
} |