mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-06-09 10:06:49 +02:00
6 lines
150 B
C#
6 lines
150 B
C#
using Content.Shared.Xenobiology.Systems;
|
|
|
|
namespace Content.Client._Wega.Xenobiology;
|
|
|
|
public sealed partial class CellSystem : SharedCellSystem;
|