mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03: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
|
|
{
|
|
|
|
}
|