| 1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <Include type="reference" source="DATA:global.xml" />
- <Include type="reference" source="DATA:static.xml" />
- <!-- Buildings-->
-
- <Include type="all" source="Golf_Course_GC/Buildings/GC_Office01.xml" />
- <Include type="all" source="Golf_Course_GC/Buildings/GC_Office02.xml" />
-
- <!-- Props -->
-
- <Include type="all" source="Golf_Course_GC/Props/GC_Auto01.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Auto02.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Auto03.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Light01.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Sign01.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Divider.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_GolfGreen.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_Hill01.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_CliffWall01.xml" />
- <Include type="all" source="Golf_Course_GC/Props/GC_CliffWall02.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Bush01.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Bush02.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Bush03.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Plant01.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Plant02.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Plant03.xml" />
- <Include type="all" source="Golf_Course_GC/Shrubbery/GC_Tree01.xml" />
- </Includes>
- </AssetDeclaration>
|