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