void Awake() { blockOrder = new CatapultStack <GameObject>(); }
public void Reset() { blockOrder = new CatapultStack <GameObject>(); }