Remove() public method

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