Revert "Fix UninitializedSaveTest prototypes" (#16169)

This reverts commit 9094727842.
This commit is contained in:
AJCM-git
2023-05-06 10:50:45 -04:00
committed by GitHub
parent c1dfb43c7d
commit de1613f7ef
25 changed files with 103 additions and 71 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?