// End Crew Selection vars private void Awake() { if (instance) { Destroy(instance); } instance = this; }
void Awake() { if(instance) Destroy(instance); instance = this; }