Inheritance: CompletionPlugin
Example #1
0
        protected override void OnEnable()
        {
            instance = this;
            commands_ = Commands.GetAll();

            base.OnEnable();
        }
Example #2
0
        protected override void OnEnable()
        {
            instance  = this;
            commands_ = Commands.GetAll();

            base.OnEnable();
        }