Remove() public method

public Remove ( AnimationWithOffset anim ) : void
anim OpenRA.Graphics.AnimationWithOffset
return void
Esempio n. 1
0
 void INotifySold.Selling(Actor self)
 {
     rs.Remove(anim);
 }
Esempio n. 2
0
 public void Selling(Actor self)
 {
     rs.Remove(anim);
 }