public void Transmit(INetworkingClient client) { client.SendEvent(this); }
public void Process(INetworkingClient client)//currently only support server clients and not regular clients { client.SendEvent(this); }