1
0
mirror of synced 2025-02-15 18:22:37 +01:00
2022-04-25 02:07:11 +08:00

10 lines
123 B
C#

namespace SharedProject.enums;
public enum ClearState
{
Failed,
Clear,
NoMiss,
FullChain,
Perfect
}