fish-station/Content.Client/RatKing/RatKingSystem.cs
Nemanja f16ff3a2d9
Rat King Milsim + Buffs (#20190)
* rat king update

* rummaging

* buuuuunnnnncccchhh of shit

* the last of it

* make rat servants not ghost roles

* pissma buff and cooldown
2023-09-22 15:01:05 -05:00

9 lines
148 B
C#

using Content.Shared.RatKing;
namespace Content.Client.RatKing;
/// <inheritdoc/>
public sealed class RatKingSystem : SharedRatKingSystem
{
}