AGS.Plugin.Lua.LuaPlugin.LuaPlugin C# (CSharp) 메소드

LuaPlugin() 공개 메소드

public LuaPlugin ( IAGSEditor editor ) : System
editor IAGSEditor
리턴 System
        public LuaPlugin(IAGSEditor editor)
        {
            editor.AddComponent(new LuaForAGSEditorComponent(editor));
        }