zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/Model/Module/ActorLocation/IActorLocationMessage.cs

14 lines
233 B
C#

namespace ET
{
public interface IActorLocationMessage: IActorRequest
{
}
public interface IActorLocationRequest: IActorRequest
{
}
public interface IActorLocationResponse: IActorResponse
{
}
}