10 lines
148 B
C#
10 lines
148 B
C#
|
|
using Content.Shared.RatKing;
|
|||
|
|
|
|||
|
|
namespace Content.Client.RatKing;
|
|||
|
|
|
|||
|
|
/// <inheritdoc/>
|
|||
|
|
public sealed class RatKingSystem : SharedRatKingSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|