Make clown clumsy. (#1481)
Co-authored-by: scuffedjays <yetanotherscuffed@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fbbe43fff8
commit
2bd318e83f
12
Content.Client/Jobs/ClownSpecial.cs
Normal file
12
Content.Client/Jobs/ClownSpecial.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Content.Server.Jobs;
|
||||
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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user