mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 00:27:50 +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)
9 lines
200 B
C#
9 lines
200 B
C#
namespace Content.Shared._EE.Supermatter.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class SupermatterFoodComponent : Component
|
|
{
|
|
[DataField]
|
|
public int Energy { get; set; } = 1;
|
|
}
|