namespace BouncyCatIsBouncy { enum Activity { Launch, Menu, Debug_Up, Debug_Down, Debug_Left, Debug_Right, Debug_ToggleControlledStep, Debug_Step, Debug_SingleStep, Editor_NewOBB, Editor_NewRadialBB, Editor_Delete, Editor_Interact, Editor_IncreaseRot, Editor_DecreaseRot, Editor_FineChange, Editor_IncreaseWidth, Editor_IncreaseHeight, Editor_DecreaseWidth, Editor_DecreaseHeight, Editor_Save, Editor_Load, Reset, } }