IW4M-Admin/SharedLibraryCore/Configuration/MapConfiguration.cs

9 lines
181 B
C#
Raw Normal View History

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
}
}