public CharacterMgr() { if (Instance == null) { Instance = this; } }
public CharacterMgr() { if (Instance == null) Instance = this; }