using System; namespace PckStudio.Core.IO.Java { interface IMinecraftJavaVersion : IEquatable { string ToString(string seperator); } }