13 lines
198 B
C#
13 lines
198 B
C#
|
|
|||
|
using Cal;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public interface ICombatBounds
|
|||
|
{
|
|||
|
public Func<AttributeType, float> getAttributeFunc{get; set;}
|
|||
|
}
|
|||
|
}
|