public void Awake() { s_Instance = this; }
public static void FinalizeObject() { s_Instance.enabled = false; s_Instance = null; }