예제 #1
0
파일: Utility.cs 프로젝트: misoten8/Mock
 public static int GetFanScore(Define.FanLevel fanLevel) => Define.FanScoreArray[(int)fanLevel];
예제 #2
0
파일: Utility.cs 프로젝트: misoten8/Mock
 public static bool OverBorder(int fanPoint, Define.FanLevel fanLevel) => fanPoint >= Define.FanPointArray[(int)fanLevel];