namespace MoleMole { public enum E_IslandCameraState { Swipe = 0, Damping = 1, ToLanded = 2, ToFocus = 3, BackToLanded = 4, Focusing = 5, BackToBase = 6, DragBack = 7, Landing = 8 } }