Adds parchís game board, improves tabletop system to support other games. (#4610)
This commit is contained in:
committed by
GitHub
parent
5534aec102
commit
e440df03db
12
Content.Server/Tabletop/TabletopSetup.cs
Normal file
12
Content.Server/Tabletop/TabletopSetup.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Map;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
namespace Content.Server.Tabletop
|
||||
{
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public abstract class TabletopSetup
|
||||
{
|
||||
public abstract void SetupTabletop(MapId mapId, IEntityManager entityManager);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user