mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:10:55 +01:00
* Resolve all non-obsoleting warnings in content * Update ClientGameTicker.cs * Update SkeletonAccentSystem.cs * Update BwoinkSystem.cs
8 lines
134 B
C#
8 lines
134 B
C#
namespace Content.Server.Zombies;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class InitialInfectedExemptComponent : Component
|
|
{
|
|
|
|
}
|