提交 d31a4e4c 编写于 作者: T tanghai

去掉两行注释,这两行注释描述错误,服务端也应该使用这两个接口

上级 d46412ff
namespace ETModel
{
// 客户端发送actor消息
public interface IActorLocationMessage : IActorRequest
{
}
// 客户端发送actor rpc消息
public interface IActorLocationRequest : IActorRequest
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册