Refactor course maps and travel UI
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
public enum CourseStepKind {
|
||||
None,
|
||||
Jump,
|
||||
DoubleJumpTakeoff,
|
||||
Slide,
|
||||
ForceHit,
|
||||
HealthItem,
|
||||
InvincibleItem,
|
||||
ShieldItem,
|
||||
SpeedItem,
|
||||
MileageCardItem
|
||||
}
|
||||
Reference in New Issue
Block a user