コード例 #1
0
ファイル: BaseSceneGame.cs プロジェクト: uvbs/DDTank-3.0
 public bool CanStopGame()
 {
     return(_processor.CanStopGame(this, Data));
 }