1
0
mirror of synced 2025-02-19 03:54:13 +01:00

10 lines
123 B
C#
Raw Normal View History

2022-04-25 02:07:11 +08:00
namespace SharedProject.enums;
public enum ClearState
{
Failed,
Clear,
NoMiss,
FullChain,
Perfect
}