Files
reallife-gamemode/ReallifeGamemode.Server.Core/Menus/PoliceDepartment.cs
2020-03-09 20:56:51 +01:00

15 lines
214 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Core.Menus
{
internal class PoliceDepartment : Script
{
public PoliceDepartment()
{
}
}
}