Example #1
0
 private void BistanAddAction(GenericShip ship)
 {
     GenericAction action = new BistanAction()
     {
         HostShip = this.HostShip,
         ImageUrl = HostUpgrade.ImageUrl
     };
     ship.AddAvailableDiceModificationOwn(action);
 }
Example #2
0
        private void BistanAddAction(GenericShip ship)
        {
            GenericAction action = new BistanAction()
            {
                Host     = this.HostShip,
                ImageUrl = HostUpgrade.ImageUrl
            };

            ship.AddAvailableActionEffect(action);
        }