Battle Talent  V11
Public Member Functions | Public Attributes | List of all members
CrossLink.MREnemyState Class Reference

Inherits MonoBehaviour.

Public Member Functions

bool AllowSpawnRole ()
 
void OnFCDead (FullCharacterControl fc)
 
void CheckFCEnterRoomSpace (Collider col)
 
void TickCheckFCEnterRoomSpace ()
 

Public Attributes

List< FullCharacterControlfcOutsideList = new List<FullCharacterControl>()
 
List< FullCharacterControlfcInsideList = new List<FullCharacterControl>()
 
Dictionary< FullCharacterControl, float > atkDesireDic = new Dictionary<FullCharacterControl, float>()
 
Dictionary< FullCharacterControl, ActionData[]> dodgeActionDic = new Dictionary<FullCharacterControl, ActionData[]>()
 
int maxEnemyCount = 8