예제 #1
0
 public HarvestActor(int px, int py, int id, int count, BallBaseLayer layer)
     : base()
 {
     posx        = px;
     posy        = py;
     wealthId    = id;
     addCount    = count;
     effectLayer = layer;
 }
예제 #2
0
 private void CompleteHander()
 {
     OnEnd();
     effectLayer = null;
     item        = null;
 }