Skip to content

Commit

Permalink
start LuaPanda
Browse files Browse the repository at this point in the history
  • Loading branch information
jashking committed Feb 18, 2019
1 parent fcd15ac commit 213d7af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Content/Lua/Blueprints/GameInstance.lua
Expand Up @@ -14,6 +14,10 @@ local BlueluaLibrary = LoadClass('BlueluaLibrary')
local KismetSystemLibrary = LoadClass('KismetSystemLibrary')
local KismetMathLibrary = LoadClass('KismetMathLibrary')

if SupportLuaPanda then
require('LuaPanda').start('127.0.0.1', 8818);
end

function m:ReceiveInit()
self.StoreItems = {}

Expand Down

0 comments on commit 213d7af

Please sign in to comment.