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

14 lines
235 B
Swift

//
// NodeName.swift
// Crashy Plane
//
// Created by Brian Sipple on 3/3/19.
// Copyright © 2019 Brian Sipple. All rights reserved.
//
import Foundation
enum NodeName {
static let clearanceMarker = "Rock Clearance Point"
}