9 lines
170 B
C#
9 lines
170 B
C#
|
namespace RhythmHeavenMania
|
||
|
{
|
||
|
public class GameEvent
|
||
|
{
|
||
|
public float length;
|
||
|
public float startBeat;
|
||
|
public float lastReportedBeat;
|
||
|
}
|
||
|
}
|