mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-30 20:17:32 +03:00
# Description Yea it turns out ImpStation made a shitton of updates to Supermatter that were never upstreamed, including making a fancy new Supermatter Monitoring Console, which needs to be mapped. Technically this is a DeltaV PR, but out of pure spite I ported the entirety of this completely by hand. <details><summary><h1>Media</h1></summary> <p>  </p> </details> # Changelog 🆑 - add: Added Supermatter Monitoring Console. (cherry picked from commit 541f1695d0f9e03afb26f847f3e8fd1462c5ed14)
10 lines
199 B
C#
10 lines
199 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._EE.Supermatter.Components;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class SupermatterImmuneComponent : Component
|
|
{
|
|
|
|
}
|