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