void Start() { if (GameConfig.mode != GameConfig.MODE_RELEASE) { LOG.RegisterLogCallback(HandleLog); } else { this.enabled = false; } }