2024-06-07 16:02:23 +00:00
|
|
|
namespace Content.Server._White.Wizard;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed partial class WizardComponent : Component
|
|
|
|
|
{
|
2024-06-22 12:55:50 +00:00
|
|
|
[ViewVariables(VVAccess.ReadWrite)]
|
|
|
|
|
public bool EndRoundOnDeath;
|
2024-06-07 16:02:23 +00:00
|
|
|
}
|