/// <summary>
 /// Change the monsters in the game state using the given data packets.
 /// </summary>
 /// <param name="dataPackets">Data Packets</param>
 public static void AcceptDataPacket(DiceDataPacket dataPacket)
 {
     DiceRoller.AcceptDataPacket(dataPacket);
 }