This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System.IO;
namespace ET
{
// 知道对方的Id,使用这个类发actor消息
public class ActorLocationSender: Entity
public long ActorId;
// 最近接收或者发送消息的时间
public long LastSendOrRecvTime;
public int Error;
}