コード例 #1
0
        private void LoadCommandCompilers()
        {
            // TODO: Make this plugin
            SetTagCommandCompiler compiler = new SetTagCommandCompiler();

            _commandCompilers.Add(compiler.CommandName, compiler);
        }
コード例 #2
0
		private void LoadCommandCompilers()
		{
			// TODO: Make this plugin
			SetTagCommandCompiler compiler = new SetTagCommandCompiler();
			_commandCompilers.Add(compiler.CommandName, compiler);
		}