* - tweak: Don't close eui too quickly. * - add: Spellblade update. * - fix: Cult teleport spell.
7 lines
136 B
C#
7 lines
136 B
C#
namespace Content.Server._White.Wizard.SpellBlade;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class FireAspectComponent : Component
|
|
{
|
|
}
|