hotfix yaml linter crash (#10566)
This commit is contained in:
@@ -13,8 +13,8 @@ namespace Content.Shared.Storage;
|
|||||||
public struct EntitySpawnEntry
|
public struct EntitySpawnEntry
|
||||||
{
|
{
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
[DataField("id", required: true, customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
[DataField("id", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||||
public string PrototypeId = default!;
|
public string? PrototypeId;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The probability that an item will spawn. Takes decimal form so 0.05 is 5%, 0.50 is 50% etc.
|
/// The probability that an item will spawn. Takes decimal form so 0.05 is 5%, 0.50 is 50% etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user