16 lines
251 B
Swift
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
|
|
|
|
} |