mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* move component to shared * add fake systems * update server explosion system and remove duplicate transform query --------- Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 1c839da60496f4a3171c7f959a88effe4aeff5a8)
6 lines
159 B
C#
6 lines
159 B
C#
using Content.Shared.Explosion.EntitySystems;
|
|
|
|
namespace Content.Client.Explosion.EntitySystems;
|
|
|
|
public sealed class ExplosionSystem : SharedExplosionSystem;
|