﻿using JLGames.RocketDriver.CSharp.Event;

namespace JLGames.RocketDriver.Actions.ThreadEvent
{
    public interface IThreadEventDispatcher : IEventDispatcher, IThreadEventProxy
    {
    }
}