* Fix namespaces and optimize imports * Cleanup fixes * Merge conflict fixes * Merge conflict fixes * Merge conflict fixes
13 lines
313 B
C#
13 lines
313 B
C#
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.
|
|
}
|
|
}
|