Exemplo n.º 1
0
 private void R5D8AddAction(Ship.GenericShip host)
 {
     ActionsList.GenericAction action = new ActionsList.R5D8Action()
     {
         ImageUrl = HostUpgrade.ImageUrl
     };
     host.AddAvailableAction(action);
 }
Exemplo n.º 2
0
 private void R5D8AddAction(Ship.GenericShip host)
 {
     ActionsList.GenericAction action = new ActionsList.R5D8Action();
     action.ImageUrl = ImageUrl;
     host.AddAvailableAction(action);
 }