コード例 #1
0
 public void EatFood()
 {
     Score += Food.CountScore;
     Snake.UpLengthBody(Food.CountScore);
 }