GBA001/Delta/Settings/Settings.swift
2015-09-26 14:04:00 -07:00

16 lines
251 B
Swift

//
// 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
}