namespace MoleMole { public enum E_IslandCameraOut { None = 0, Left = 1, Top = 2, Right = 4, Bottom = 8 } }