DiceSystem.cs 111 B

12345
  1. using Content.Shared.Dice;
  2. namespace Content.Server.Dice;
  3. public sealed class DiceSystem : SharedDiceSystem;