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

Removed DismissOption.FromDirect

This commit is contained in:
Rich Dunne 2020-10-11 15:01:32 -06:00
parent 772e618628
commit 080701b0b1
2 changed files with 4 additions and 35 deletions

View file

@ -13,8 +13,7 @@ namespace SceneManager
FromPath = 0,
FromWaypoint = 1,
FromWorld = 2,
FromDirect = 3,
FromPlayer = 4
FromPlayer = 3
}
static class PathMainMenu