nexusforever/Source/NexusForever.Shared/GameTable/Model/MatchingGameMapEntry.cs
2018-10-09 12:03:35 +13:00

15 lines
449 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class MatchingGameMapEntry
{
public uint Id;
public uint MatchingGameMapEnumFlags;
public uint LocalizedTextIdName;
public uint LocalizedTextIdDescription;
public uint MatchingGameTypeId;
public uint WorldId;
public uint RecommendedItemLevel;
public uint AchievementCategoryId;
public uint PrerequisiteId;
}
}