IW4M-Admin/SharedLibraryCore/Configuration/MapConfiguration.cs

8 lines
180 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
}
2022-01-26 11:32:16 -05:00
}