コード例 #1
0
ファイル: PlayerManager.cs プロジェクト: bpinzone/SnakeV2
 private void Cmd_RequestFood()
 {
     arenaManager.Cmd_RequestFood();
 }