public void ClearGhostObject() { ghostobject = null; }
public void SetGhostObject(GameObject go) { ghostobject = go; }
public void AddObject(GameObject go) { gameobject = go; }
public void RemoveObject() { gameobject = null; }