Quellcode durchsuchen

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

tanghai vor 7 Jahren
Ursprung
Commit
d31a4e4c6b
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      Unity/Assets/Model/Module/ActorLocation/IActorLocationMessage.cs

+ 0 - 2
Unity/Assets/Model/Module/ActorLocation/IActorLocationMessage.cs

@@ -1,11 +1,9 @@
 namespace ETModel
 {
-	// 客户端发送actor消息
 	public interface IActorLocationMessage : IActorRequest
 	{
 	}
 
-	// 客户端发送actor rpc消息
 	public interface IActorLocationRequest : IActorRequest
 	{
 	}