Ejemplo n.º 1
0
 public EndingManager(bool is_defeat)
 {
     _defeat_mode = is_defeat;
     _api         = new Api_req_Ending();
 }
Ejemplo n.º 2
0
 public EndingManager()
 {
     _defeat_mode = Server_Common.Utils.IsGameOver();
     _api         = new Api_req_Ending();
 }