misc flare fixes (#12942)
This commit is contained in:
@@ -52,11 +52,11 @@ namespace Content.Shared.Light.Component
|
||||
[DataField("iconStateOn")]
|
||||
public string IconStateLit { get; set; } = string.Empty;
|
||||
|
||||
[DataField("litSound", required: true)]
|
||||
public SoundSpecifier LitSound { get; set; } = default!;
|
||||
[DataField("litSound")]
|
||||
public SoundSpecifier? LitSound { get; set; }
|
||||
|
||||
[DataField("loopedSound")]
|
||||
public string? LoopedSound { get; set; } = null;
|
||||
public SoundSpecifier? LoopedSound { get; set; }
|
||||
|
||||
[DataField("dieSound")]
|
||||
public SoundSpecifier? DieSound { get; set; } = null;
|
||||
|
||||
Reference in New Issue
Block a user