* 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>
12 lines
242 B
C#
12 lines
242 B
C#
using Content.Shared.Roles;
|
|
|
|
namespace Content.Server._White.Wizard;
|
|
|
|
/// <summary>
|
|
/// This is used for...
|
|
/// </summary>
|
|
[RegisterComponent, ExclusiveAntagonist]
|
|
public sealed partial class WizardRoleComponent : AntagonistRoleComponent
|
|
{
|
|
}
|