Ejemplo n.º 1
0
 public override void UpdateWhenCurrentLocation(GameTime time)
 {
     base.UpdateWhenCurrentLocation(time);
     DeepWoodsDebris.Update(this, time);
     foreach (ResourceClump resourceClump in this.resourceClumps)
     {
         resourceClump.tickUpdate(time, resourceClump.tile.Value, this);
     }
 }
Ejemplo n.º 2
0
 public override void UpdateWhenCurrentLocation(GameTime time)
 {
     base.UpdateWhenCurrentLocation(time);
     DeepWoodsDebris.Update(this, time);
 }