예제 #1
0
파일: Game.cs 프로젝트: Rina-redis/AgarIO
 private bool CanPlay()
 {
     if (hero.GetRadius() < 300)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }