private void OnDestroy() { if (current == this) { current = null; } }
private void Awake() { current = this; colliderTrigger = GetComponent <Collider2D>(); }