Example #1
0
 private void AssignSecondStressToken(TwoShipsArguments twoShipsArguments)
 {
     twoShipsArguments.Host.Tokens.AssignToken(typeof(StressToken), delegate { RemoveStressTokenFromTarget(twoShipsArguments); });
 }
Example #2
0
 private void UsePilotAbility(TwoShipsArguments twoShipsArguments)
 {
     twoShipsArguments.Host.Tokens.AssignToken(typeof(StressToken), delegate { AssignSecondStressToken(twoShipsArguments); });
 }