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