예제 #1
0
 public SimpleShip(kcsapi_battleresult_getship ship)
 {
     this.Id    = ship.api_ship_id;
     this.Name  = ship.api_ship_name;
     this.Level = 1;
 }
예제 #2
0
 internal GetShip(kcsapi_battleresult_getship api_get_ship)
     : this(api_get_ship.api_ship_id, api_get_ship.api_ship_name)
 {
 }