// // Settings.swift // Delta // // Created by Riley Testut on 8/23/15. // Copyright © 2015 Riley Testut. All rights reserved. // import Foundation struct Settings { /// Controllers static var localControllerPlayerIndex: Int? = 0 }