1
0
mirror of synced 2024-11-27 23:50:49 +01:00
GC-local-server-rewrite/SharedProject/enums/PlayOptions.cs

17 lines
274 B
C#

namespace SharedProject.enums;
public static class PlayOptions
{
public enum FastSlowIndicator
{
NotUsed = 3,
NearAvatar = 1,
NearJudgement = 2
}
public enum FeverTranceShow
{
NotUsed = 2,
Show = 1
}
}