/// <summary> /// The VM for this lot has ticked 5 ticks and compiled a /// SimulationState packet. /// </summary> /// <param name="Packet">The SimulationState packet.</param> private void m_VM_NewSimulationStateEvent(GonzoNet.PacketStream Packet) { m_Owner.Send(Packet.ToArray()); foreach (NetworkClient Client in m_Clients) Client.Send(Packet.ToArray()); }