OpenRA.Player.OnScriptBind C# (CSharp) 메소드

OnScriptBind() 공개 메소드

public OnScriptBind ( ScriptContext context ) : void
context ScriptContext
리턴 void
        public void OnScriptBind(ScriptContext context)
        {
            if (luaInterface == null)
                luaInterface = Exts.Lazy(() => new ScriptPlayerInterface(context, this));
        }