Files
tbd-station-14/Content.Server/Dice/DiceSystem.cs
Plykiya 862a2a744e Predicted dice rolls (#34863)
* Predicted dice rolls

* Removed server-side dice system, make Shared no longer abstract, move visual code to client-side system

* cleanup

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-02-14 16:46:25 +01:00

6 lines
111 B
C#

using Content.Shared.Dice;
namespace Content.Server.Dice;
public sealed class DiceSystem : SharedDiceSystem;