book--hacking-with-swift/36-crashy-plane/Crashy Plane/Source/Supporting Files/Duration.swift

16 lines
281 B
Swift

//
// Duration.swift
// Crashy Plane
//
// Created by Brian Sipple on 3/3/19.
// Copyright © 2019 Brian Sipple. All rights reserved.
//
import Foundation
enum Duration {
static let rockSlide = 6.2
static let groundSlide = 5.0
static let backgroundSlide = 20.0
}