7 lines
No EOL
143 B
C#
7 lines
No EOL
143 B
C#
using System.Collections.Generic;
|
|
|
|
namespace WingsEmu.Game.Configurations.Miniland;
|
|
|
|
public class MinilandConfiguration : List<Miniland>
|
|
{
|
|
} |