best and worst stats
This commit is contained in:
16
Sources/App/Models/Map.swift
Normal file
16
Sources/App/Models/Map.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Map.swift
|
||||
// App
|
||||
//
|
||||
// Created by Michael Simard on 1/10/21.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Map: Hashable {
|
||||
var id: Int
|
||||
var name:String
|
||||
var imageName:String
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user