fix: фикс краша серверов через настольные игры (#389)
This commit is contained in:
@@ -37,5 +37,19 @@ namespace Content.Server.Tabletop.Components
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public TabletopSession? Session { get; set; } = null;
|
||||
|
||||
// Skyedra Fix start
|
||||
/// <summary>
|
||||
/// How many holograms have been spawned onto this board.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public int HologramsSpawned { get; set; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// How many holograms are allowed to be spawned total by players.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public int MaximumHologramsAllowed { get; set; } = 10;
|
||||
// Skyedra Fix end
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user