1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00

Renamed DissmissOption to Dismiss. DrivingFlagType is now a public enum for import/export

This commit is contained in:
Rich Dunne 2021-01-10 08:40:06 -07:00
parent 54c67efe2b
commit 53f0e99b93

View file

@ -455,13 +455,13 @@
KPH
}
internal enum DrivingFlagType
public enum DrivingFlagType
{
Normal = 263075,
Direct = 17040259
} // Change this to Public for import/export?
} // Change this to Public for import/export
internal enum DismissOption
internal enum Dismiss
{
FromPath = 0,
FromWaypoint = 1,