cfutils/CFUtils/Serialization/ManifestGames.cs

8 lines
96 B
C#

namespace CFUtils.Serialization
{
public enum ManifestGames
{
Minecraft
}
}