mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* 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
|
|
{
|
|
|
|
}
|