map, player, game, gamemode data now database driven
This commit is contained in:
15
Sources/App/Content/Config/LossReasonsConfig.swift
Normal file
15
Sources/App/Content/Config/LossReasonsConfig.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// LossReasonsConfig.swift
|
||||
// App
|
||||
//
|
||||
// Created by Michael Simard on 10/30/21.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Fluent
|
||||
import Vapor
|
||||
|
||||
struct LossReasonConfig: Content {
|
||||
var reasonId: Int
|
||||
var name: String
|
||||
}
|
||||
Reference in New Issue
Block a user