namespace Gamestrap { /// /// List of scenes used in the Example /// Make sure you add the scenes in the Build or else the transitions won't work /// public enum ESceneNames { MainMenu, Levels, Gameplay } }