Enum SceneType
Scene type enumeration for different types of game scenes.
public enum SceneType
Fields
Guild = 2Guild-specific scene.
Instance = 1Private instance for a specific character or party.
Public = 0Public scene accessible by all players.