2021-11-28 11:04:37 -05:00
|
|
|
|
namespace SharedLibraryCore.Configuration
|
2018-03-14 14:22:04 -04:00
|
|
|
|
{
|
|
|
|
|
public class MapConfiguration
|
|
|
|
|
{
|
2021-11-28 11:04:37 -05:00
|
|
|
|
public Server.Game Game { get; set; }
|
|
|
|
|
public Map[] Maps { get; set; }
|
2018-03-14 14:22:04 -04:00
|
|
|
|
}
|
|
|
|
|
}
|