void Awake() { if (instance == null) { instance = this; } }
void Awake() { if (instance == null) instance = this; }