示例#1
0
 private void AddSharaBeyActionEffect(Ship.GenericShip ship)
 {
     ship.AddAvailableDiceModificationOwn(new ActionsList.SharaBeyAction()
     {
         HostShip = HostShip
     });
 }
 private void AdvancedProtonTorpedoesAddDiceModification(Ship.GenericShip ship)
 {
     ship.AddAvailableDiceModificationOwn(this);
 }