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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user