* rat king update * rummaging * buuuuunnnnncccchhh of shit * the last of it * make rat servants not ghost roles * pissma buff and cooldown
10 lines
148 B
C#
10 lines
148 B
C#
using Content.Shared.RatKing;
|
|
|
|
namespace Content.Client.RatKing;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class RatKingSystem : SharedRatKingSystem
|
|
{
|
|
|
|
}
|