Files
tbd-station-14/Content.Client/Jobs/JanitorSpecial.cs
Vera Aguilera Puerto 9ee0ec4106 Holiday System (#3122)
2021-02-12 10:45:22 +01:00

13 lines
308 B
C#

using Content.Shared.Roles;
using JetBrains.Annotations;
namespace Content.Client.Jobs
{
[UsedImplicitly]
public class JanitorSpecial : JobSpecial
{
// Dummy class that exists solely to avoid an exception on the client,
// but allow the server-side counterpart to exist.
}
}