using Robust.Shared.Serialization; namespace Content.Shared.Eui { [Serializable, NetSerializable] public abstract class EuiStateBase { } }