2024-06-13 22:55:20 +03:00
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
|
using Content.Shared._CP14.MagicEnergy;
|
|
|
|
|
using Content.Shared._CP14.MagicEnergy.Components;
|
|
|
|
|
using Content.Shared.Containers.ItemSlots;
|
|
|
|
|
using Content.Shared.Examine;
|
|
|
|
|
using Content.Shared.FixedPoint;
|
|
|
|
|
using Content.Shared.Popups;
|
|
|
|
|
using Robust.Shared.Containers;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server._CP14.MagicEnergy;
|
|
|
|
|
|
2025-04-15 00:32:41 +10:00
|
|
|
public sealed class CP14MagicEnergyCrystalSlotSystem : SharedCP14MagicEnergyCrystalSlotSystem
|
2024-06-13 22:55:20 +03:00
|
|
|
{
|
|
|
|
|
}
|