using CommonAI.Zone.Instance;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace CommonAI.Zone.Interface
{
	public interface PlayerClientObject
	{
		//判断是否移出视野
		bool RemoveInRange(InstanceZoneObject obj);
	}
}