private void OnEnable() { if (Event != null) { Event.RegisterListener(this); } }
private void OnEnable() { Event.RegisterListener(this); }