Testing Tags
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
class TAW_VD {
|
||||
tag = "TAWVD";
|
||||
|
||||
class Initialize {
|
||||
file = "taw_vd";
|
||||
class stateTracker {
|
||||
ext = ".fsm";
|
||||
postInit = 1;
|
||||
headerType = -1;
|
||||
};
|
||||
|
||||
class onSliderChanged {};
|
||||
class onTerrainChanged {};
|
||||
class updateViewDistance {};
|
||||
class openMenu {};
|
||||
class onChar {};
|
||||
class openSaveManager {};
|
||||
class onSavePressed {};
|
||||
class onSaveSelectionChanged {};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user