* - fix: Fix teleport scroll. * - add: Spell book. * - add: Smite scroll & update shuttle. * - tweak: Tweak cost.
7 lines
153 B
C#
7 lines
153 B
C#
namespace Content.Server._White.Wizard.Teleport;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class TeleportLocationTargetStationComponent : Component
|
|
{
|
|
}
|