20 lines
487 B
Plaintext
20 lines
487 B
Plaintext
FilePath = {
|
|
command = "Script.FrameWork.command.",
|
|
config = "Script.FrameWork.Config.",
|
|
ui = "Script.FrameWork.GUI.",
|
|
event = "Script.FrameWork.Event.",
|
|
mediator = "Script.FrameWork.Mediator.",
|
|
prep = "Script.FrameWork.prep.",
|
|
proxy = "Script.FrameWork.Proxy.",
|
|
util = "Script.Util.",
|
|
sceneUI = "Script.FrameWork.GUI.SceneUI.",
|
|
}
|
|
|
|
PfbPath = {
|
|
cell = "GUI/v1/cell/",
|
|
tip = "GUI/v1/tip/",
|
|
popup = "GUI/v1/popup/",
|
|
ui = "GUI/v1/",
|
|
effectCommon = "Public.Effect.Common.",
|
|
}
|