15 lines
214 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|