﻿using JLGames.RocketDriver.CSharp.Event;

namespace JLGames.RocketDriver.Games.NetManager
{
    public interface INetClient : IEventDispatcher, INetEntity
    {
    }
}