mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
* rework * bruh * all fixed * balance * bb * Update TileAnomalySystem.cs * Update EntityAnomalySystem.cs * spawn on shutdown variant * fix entites, fix DataRecord * fix some review * god forgive me * oh fuck wrong brench * Revert "oh fuck wrong brench" This reverts commit c81f57f7830c8e55fd47982500c57281af40b0dc. (cherry picked from commit de9d7aed17f3fa5fe5bf43bea07e4ca07908d528)
7 lines
111 B
C#
7 lines
111 B
C#
|
|
namespace Content.Shared.Anomaly.Effects;
|
|
|
|
public abstract class SharedEntityAnomalySystem : EntitySystem
|
|
{
|
|
}
|