Улучшения ОБР
This commit is contained in:
@@ -6,11 +6,14 @@ namespace Content.Shared._White.GhostRecruitment;
|
||||
[RegisterComponent]
|
||||
public sealed partial class GhostRecruitmentSpawnPointComponent : Component
|
||||
{
|
||||
[DataField("prototype", customTypeSerializer:typeof(PrototypeIdSerializer<EntityPrototype>),required:true)]
|
||||
[DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>), required: true)]
|
||||
public string EntityPrototype = default!;
|
||||
|
||||
[DataField("recruitmentName")]
|
||||
public string RecruitmentName = "default";
|
||||
|
||||
[DataField("priority")] public int Priority = 5;
|
||||
|
||||
[DataField]
|
||||
public string JobId = "Passenger";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user