using System; public interface IOccupier { TeamUtil.Team team{get;set;} int occupyPriority{get;set;} }