Working MVP code for Valentines
This commit is contained in:
16
Assets/Scripts/Minigames/Airplane/Data/AirplaneGameState.cs
Normal file
16
Assets/Scripts/Minigames/Airplane/Data/AirplaneGameState.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace Minigames.Airplane.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// Game states for the airplane minigame
|
||||
/// </summary>
|
||||
public enum AirplaneGameState
|
||||
{
|
||||
Intro, // Intro sequence
|
||||
NextPerson, // Introducing the next person
|
||||
Aiming, // Player is aiming the airplane
|
||||
Flying, // Airplane is in flight
|
||||
Evaluating, // Evaluating the result of the flight
|
||||
GameOver // All people have had their turn
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user