private void Awake() { if (instance == null) { instance = this; } else { Destroy(this); } CreateBombs(); }
private void Awake() { SharedInstance = this; }