Example #1
0
 public SandstormModifier(Sandstorm owner)
 {
     this.owner = owner;
 }
Example #2
0
 public InflictSandstormDamage(IBattle battle, Sandstorm sandstorm)
 {
     this.battle = battle;
     Source      = sandstorm;
 }