Remove() public method

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