void OnDisable() { SelectionGroupManager.Unregister(this); }
void OnEnable() { executor = new GoQL.GoQLExecutor(); executor.Code = query; SelectionGroupManager.Register(this); }