mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-13 18:08:23 -05:00
10 lines
120 B
C#
10 lines
120 B
C#
namespace MyMcRealms
|
|
{
|
|
public enum Compatility
|
|
{
|
|
COMPATIBLE,
|
|
OTHER,
|
|
OUTDATED
|
|
}
|
|
}
|