Code: Select all
Structure Estat
omega.f[10]
duration.f[2,8,8]
turncompleted.b
EndStructure
Code: Select all
Structure Estat
omega.f[10]
duration.f[2,8,8]
turncompleted.b
EndStructure
Code: Select all
Structure Two
One.l[2]
Two.l[6]
EndStructure
Structure One
Dimensions.Two[8]
EndStructure