namespace Minigames.Airplane.Data { /// /// Camera states for the airplane minigame /// public enum AirplaneCameraState { Intro, // Intro sequence camera NextPerson, // Camera focusing on the next person Aiming, // Camera for aiming the airplane Flight, // Camera following the airplane in flight TargetFlyby // Camera showing the target location (cinematic flyby) } }