Commit c45524aa9da8969379439ce15f06dece4ec75d04
1 parent
8e8c95e7
UnityScene
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
No preview for this file type
| ... | ... | @@ -0,0 +1,9 @@ |
| 1 | +<module name="common"> | |
| 2 | + <bean name="UnityScene"> | |
| 3 | + <var name="id" type="int"/> | |
| 4 | + <var name="alis" type="string"/> | |
| 5 | + <var name="assetName" type="string"/> | |
| 6 | + <var name="backgroundMusicId" type="int"/> | |
| 7 | + </bean> | |
| 8 | + <table name="TbUnityScene" index = "id,assetName" value="UnityScene" input="common/UnityScene.xlsx"/> | |
| 9 | +</module> | |
| 0 | 10 | \ No newline at end of file | ... | ... |