This commit is contained in:
rhailrake
2023-09-19 09:12:04 +06:00
committed by Aviu00
parent 78ce65e82c
commit ba3ce52509

View File

@@ -24,12 +24,12 @@ namespace Content.Server.White.AspectsSystem.Managers
private double Chance { get; set; }
private string? ForcedAspect { get; set; }
private void SetEnabled(bool value) => AspectsEnabled = value;
private void SetChance(double value) => Chance = value;
private string? ForcedAspect { get; set; }
public override void Initialize()
{
base.Initialize();