예제 #1
0
    static int GetPassword(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 0);
        string o = LoginIDManager.GetPassword();

        LuaScriptMgr.Push(L, o);
        return(1);
    }