public void RegisterReceiver() { if (CustomEvent != LevelSettings.NoEventName) { LevelSettings.AddCustomEventReceiver(this, Trans); } }