Fix UninitializedSaveTest prototypes (#16144)

This commit is contained in:
Leon Friedrich
2023-05-06 17:11:01 +12:00
committed by GitHub
parent ddfc4f8b9e
commit 9094727842
25 changed files with 71 additions and 103 deletions

View File

@@ -34,7 +34,7 @@ public abstract class SharedLightningComponent : Component
/// The target that the lightning will Arc to.
/// </summary>
[DataField("arcTarget")]
public EntityUid ArcTarget;
public EntityUid? ArcTarget;
/// <summary>
/// How far should this lightning go?