Improves and cleans up TabletopSystem further. (#4633)
This commit is contained in:
committed by
GitHub
parent
08d6801ec5
commit
a9b3b5136b
12
Content.Server/Tabletop/TabletopSessionPlayerData.cs
Normal file
12
Content.Server/Tabletop/TabletopSessionPlayerData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Tabletop
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that stores per-player data for tabletops.
|
||||
/// </summary>
|
||||
public class TabletopSessionPlayerData
|
||||
{
|
||||
public EntityUid Camera { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user