Syndicate sponge for uplink (#17841)

* Syndicate sponge for uplink

* Fix yaml error

* Made changes mentioned in review

* Made changes according to reviews
This commit is contained in:
Arendian
2023-07-09 21:24:30 +02:00
committed by GitHub
parent 618c5271d2
commit ec58d2e716
6 changed files with 125 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ public sealed class RehydratableComponent : Component
/// <summary>
/// The entity to create when hydrated.
/// </summary>
[DataField("target", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>)), ViewVariables(VVAccess.ReadWrite)]
public string? TargetPrototype = default!;
[DataField("possibleSpawns"), ViewVariables(VVAccess.ReadWrite)]
public List<string> PossibleSpawns = new();
}
/// <summary>