Files
GTASource/game/Vehicles/cargens.psc

17 lines
393 B
Plaintext
Raw Permalink Normal View History

2025-02-23 17:40:52 +08:00
<?xml version="1.0"?>
<ParserSchema xmlns="http://www.rockstargames.com/RageParserSchema">
<structdef type="CargenPriorityAreas::Area">
<Vector3 name="minPos"/>
<Vector3 name="maxPos"/>
</structdef>
<structdef type="CargenPriorityAreas">
<array name="areas" type="atArray">
<struct type="CargenPriorityAreas::Area"/>
</array>
</structdef>
</ParserSchema>