mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
10 lines
No EOL
194 B
C#
10 lines
No EOL
194 B
C#
namespace HeavenStudio
|
|
{
|
|
public class GameEvent
|
|
{
|
|
public float length;
|
|
public float startBeat;
|
|
public float lastReportedBeat;
|
|
public bool enabled;
|
|
}
|
|
} |