Ejemplo n.º 1
0
 private void AddSharaBeyActionEffect(Ship.GenericShip ship)
 {
     ship.AddAvailableDiceModificationOwn(new ActionsList.SharaBeyAction()
     {
         HostShip = HostShip
     });
 }
Ejemplo n.º 2
0
 private void AdvancedProtonTorpedoesAddDiceModification(Ship.GenericShip ship)
 {
     ship.AddAvailableDiceModificationOwn(this);
 }