mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* 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> (cherry picked from commit 862a2a744e1a8cb2643851b0f85c1372b1feadb6)
6 lines
111 B
C#
6 lines
111 B
C#
using Content.Shared.Dice;
|
|
|
|
namespace Content.Server.Dice;
|
|
|
|
public sealed class DiceSystem : SharedDiceSystem;
|