コード例 #1
0
ファイル: Game.cs プロジェクト: LiamCoffey1/RollingBall
 public GameObject GetCurrentPlatform()
 {
     return(platforms.GetCurrentStage());
 }