* GameRule, a lot of prototypes and FTL pending * some protos * - add: Magic additions, tweaks and bugfixes. * - add: Wizard gamerule. * - tweak: Do not call shuttle. --------- Co-authored-by: melano <92106367+melanoTurbo@users.noreply.github.com>
8 lines
122 B
C#
8 lines
122 B
C#
namespace Content.Server._White.Wizard;
|
|
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class WizardComponent : Component
|
|
{
|
|
}
|