mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Renamed DissmissOption to Dismiss. DrivingFlagType is now a public enum for import/export
This commit is contained in:
parent
54c67efe2b
commit
53f0e99b93
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue