Esempio n. 1
0
 public override void apply(CampaignState s)
 {
     this.character = s.getCharacter(this.charId);
     s.removeCharacter(this.charId);
 }
Esempio n. 2
0
 public override void revert(CampaignState s)
 {
     s.removeCharacter(this.charId);
 }