This commit is contained in:
Akbar Yahya
2022-11-21 16:30:31 +08:00
commit e0d4d8040c
3326 changed files with 683000 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
require('Actor/ActorCommon')
local Q505Config = {}
Q505Config.MainID = 505
Q505Config.ActorAlias = "505"
Q505Config.SubIDs =
{
q50501 = 50501,
}
Q505Config.SealID = 100149
Q505Config.SealPos = sceneData:GetDummyPoint(3,"Q504SealPos").pos
Q505Config.SealRot = sceneData:GetDummyPoint(3,"Q504SealPos").rot
return Q505Config