namespace Pal.Client.Configuration; public enum EMode { /// /// Fetches trap locations from remote server. /// Online = 1, /// /// Only shows traps found by yourself using a pomander of sight. /// Offline = 2, }