1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

more config updates

This commit is contained in:
RaidMax
2018-03-14 13:22:04 -05:00
parent d836f71b1b
commit 0312238ef0
13 changed files with 285 additions and 147 deletions

View File

@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static SharedLibrary.Server;
namespace SharedLibrary.Configuration
{
public class MapConfiguration
{
public Game Game { get; set; }
public List<Map> Maps { get; set; }
}
}