Remove() public méthode

public Remove ( AnimationWithOffset anim ) : void
anim OpenRA.Graphics.AnimationWithOffset
Résultat void
Exemple #1
0
 void INotifySold.Selling(Actor self)
 {
     rs.Remove(anim);
 }
Exemple #2
0
 public void Selling(Actor self)
 {
     rs.Remove(anim);
 }