示例#1
0
 public virtual void SetupPlayerboard(PlayerBoard board)
 {
     board.AddStartingTechs(GetStartingTechnolyNames());
     board.DreadnoughtBlueprint = this.CreateDreadnoughtBlueprint().SetShipName("Dreadnought");
     board.StarbaseBlueprint = this.CreateStarbaseBlueprint().SetShipName("Starbase");
     board.CruiserBlueprint = this.CreateCruiserBlueprint().SetShipName("Cruiser");
     board.InterceptorBlueprint = this.CreateInterceptorBlueprint().SetShipName("Interceptor") ;
     SetupStorage(board);
 }