module polyplex.core.content.font;
import polyplex.core.content.textures;

public class Font {
	public Texture2D BaseTexture;
}