mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-27 07:29:22 +03:00
28 lines
276 B
Lua
28 lines
276 B
Lua
require('Actor/ActorCommon')
|
|
|
|
local CfgMengdeNightConfuse = {}
|
|
|
|
CfgMengdeNightConfuse.DummyPointData =
|
|
{
|
|
Npc = "MengdeNightConfuse",
|
|
Pos01Pos =
|
|
{
|
|
},
|
|
Pos02Pos =
|
|
{
|
|
},
|
|
Pos03Pos =
|
|
{
|
|
},
|
|
Pos04Pos =
|
|
{
|
|
},
|
|
NpcID =
|
|
{
|
|
},
|
|
DialogID =
|
|
{
|
|
},
|
|
}
|
|
|
|
return CfgMengdeNightConfuse |