Research Servers now have proper IDs, and can be selected in lathe menu (#9949)
* rd servers now increment properly when added * remove debug message
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Research.Components
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("points")]
|
||||
public int Points = 0;
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)] public int Id { get; private set; }
|
||||
[ViewVariables(VVAccess.ReadOnly)] public int Id { get; set; }
|
||||
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public List<ResearchPointSourceComponent> PointSources { get; } = new();
|
||||
|
||||
Reference in New Issue
Block a user