16 lines
255 B
C#
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
|
|
}
|
|
}
|