Remove() 공개 메소드

public Remove ( AnimationWithOffset anim ) : void
anim OpenRA.Graphics.AnimationWithOffset
리턴 void
예제 #1
0
 void INotifySold.Selling(Actor self)
 {
     rs.Remove(anim);
 }
예제 #2
0
 public void Selling(Actor self)
 {
     rs.Remove(anim);
 }