コード例 #1
0
ファイル: GameManager.cs プロジェクト: msantana09/Runner
 public void ActivateNextPlatform()
 {
     platformGenerator.ActivateNextPlatform();
 }