protected override void OnDestroy() { if (Ins == this) { Ins = null; } }
protected override void Awake() { Ins = this; }