Update ResourceType.h

This commit is contained in:
MegaMech
2024-06-03 20:51:16 -06:00
committed by Lywx
parent f2335de4ab
commit c4ac0b4313
+5 -4
View File
@@ -41,10 +41,11 @@ enum class ResourceType {
WaterDroplet = 0x57545244, // WTRD
// MK64
TrackSection = 0x5343544E, // SCTN
Waypoints = 0x57505453, // WPTS
Metadata = 0x4D444154, // MDAT
SpawnData = 0x53444154, // SDAT
CourseVertex = 0x43565458, // CVTX
TrackSection = 0x5343544E, // SCTN
Waypoints = 0x57505453, // WPTS
Metadata = 0x4D444154, // MDAT
SpawnData = 0x53444154, // SDAT
DrivingBehaviour = 0x44424856, // DBHV
// SF64