mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-08 20:27:48 +00:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
13
src/ZoneCode/Game/T6/XAssets/FontIcon.txt
Normal file
13
src/ZoneCode/Game/T6/XAssets/FontIcon.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
// =========================================
|
||||
// FontIcon
|
||||
// =========================================
|
||||
use FontIcon;
|
||||
set string name;
|
||||
set name name;
|
||||
set reusable fontIconEntry;
|
||||
set count fontIconEntry numEntries;
|
||||
set reusable fontIconAlias;
|
||||
set count fontIconAlias numAliasEntries;
|
||||
|
||||
// FontIconName
|
||||
set string FontIconName::string;
|
||||
Reference in New Issue
Block a user