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