Example #1
0
 public void PickUpDust(DustMote pocket)
 {
     OnDustPickedUpEvent.Raise();
     dustController.PickupDust(pocket.dustValue);
     pocket.PickUp(this);
 }