Skip to content

Commit

Permalink
missed a semi colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 17, 2024
1 parent 3da7b19 commit a308cbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Roles/JobPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ public sealed partial class JobPrototype : IPrototype
[DataField]
public EntProtoId? JobPreviewEntity = null;

[DataField]
public bool RoleVisibleInPreferences { get; private set; }

[DataField]
public ProtoId<JobIconPrototype> Icon { get; private set; } = "JobIconUnknown";

Expand Down

0 comments on commit a308cbe

Please sign in to comment.