コード例 #1
0
ファイル: GameEngine.cs プロジェクト: ashot11997/ShooterGame
 void SetLive(float live)
 {
     Lives.Setup(live);
 }