Add changes
This commit is contained in:
15
ReallifeGamemode.Server.Types/Font.cs
Normal file
15
ReallifeGamemode.Server.Types/Font.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user