Improves the JobSpecial system. (#4626)
* Improves the JobSpecial system. * clean up code
This commit is contained in:
committed by
GitHub
parent
4fffb3c582
commit
078a62762f
@@ -1,12 +0,0 @@
|
||||
using Content.Shared.Roles;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.Client.Jobs
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public sealed class ClownSpecial : JobSpecial
|
||||
{
|
||||
// Dummy class that exists solely to avoid an exception on the client,
|
||||
// but allow the server-side counterpart to exist.
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user