using Cal; using System; using System.Collections.Generic; namespace ET { public interface ICombatBounds { public Func getAttributeFunc{get; set;} } }