Exemplo n.º 1
0
 public void PickUp()
 {
     NoelSkumGame.Instance.DestroyObject(this);
     Inventory.Instance.Add(InventoryObject.CreateFromObject(this));
     Player.Instance.GMode = GameMode.Normal;
 }