Files
OldThink/Content.Server/_White/Wizard/Teleport/TeleportLocationTargetStationComponent.cs
Aviu00 01511adbb2 Magic 4 (#345)
* - fix: Fix teleport scroll.

* - add: Spell book.

* - add: Smite scroll & update shuttle.

* - tweak: Tweak cost.
2024-06-10 13:57:32 +03:00

7 lines
153 B
C#

namespace Content.Server._White.Wizard.Teleport;
[RegisterComponent]
public sealed partial class TeleportLocationTargetStationComponent : Component
{
}