mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
升级luban-next
升级luban-next
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Bright.Serialization;
|
||||
using GameBase;
|
||||
using GameConfig;
|
||||
using Luban;
|
||||
using TEngine;
|
||||
using UnityEngine;
|
||||
|
||||
|
@@ -15,8 +15,8 @@
|
||||
"dataDir": "Datas",
|
||||
"targets":
|
||||
[
|
||||
{"name":"server", "manager":"Tables", "groups":["s"], "topModule":"cfg"},
|
||||
{"name":"client", "manager":"Tables", "groups":["c"], "topModule":"cfg"},
|
||||
{"name":"all", "manager":"Tables", "groups":["c,s,e"], "topModule":"cfg"}
|
||||
{"name":"server", "manager":"Tables", "groups":["s"], "topModule":"GameConfig"},
|
||||
{"name":"client", "manager":"Tables", "groups":["c"], "topModule":"GameConfig"},
|
||||
{"name":"all", "manager":"Tables", "groups":["c,s,e"], "topModule":"GameConfig"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user