Files
cod-backend/Sources/App/Content/Config/PlayerConfig.swift
2021-10-31 00:01:27 -05:00

16 lines
208 B
Swift

//
// PlayerConfig.swift
// App
//
// Created by Michael Simard on 10/30/21.
//
import Foundation
import Fluent
import Vapor
struct PlayerConfig: Content {
var playerId: Int
var name: String
}