Files
2020-03-12 19:19:42 +01:00

16 lines
255 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Types
{
public enum Font
{
ChaletLondon = 0,
HouseScript = 1,
Monospacec = 2,
CharletComprimeColonge = 4,
Pricedown = 7
}
}