Remove server-side sprites from ExpendableLightComponent (#13516)

This commit is contained in:
Leon Friedrich
2023-01-17 22:29:35 +13:00
committed by GitHub
parent a22d87e24e
commit 1459e2138b
4 changed files with 68 additions and 106 deletions

View File

@@ -46,12 +46,6 @@ namespace Content.Shared.Light.Component
[DataField("spentName")]
public string SpentName { get; set; } = string.Empty;
[DataField("iconStateSpent")]
public string IconStateSpent { get; set; } = string.Empty;
[DataField("iconStateOn")]
public string IconStateLit { get; set; } = string.Empty;
[DataField("litSound")]
public SoundSpecifier? LitSound { get; set; }