|
Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
| bool | AllowSpawnRole () |
| void | OnFCDead (FullCharacterControl fc) |
| void | CheckFCEnterRoomSpace (Collider col) |
| void | TickCheckFCEnterRoomSpace () |
Public Attributes | |
| List< FullCharacterControl > | fcOutsideList = new List<FullCharacterControl>() |
| List< FullCharacterControl > | fcInsideList = new List<FullCharacterControl>() |
| Dictionary< FullCharacterControl, float > | atkDesireDic = new Dictionary<FullCharacterControl, float>() |
| Dictionary< FullCharacterControl, ActionData[]> | dodgeActionDic = new Dictionary<FullCharacterControl, ActionData[]>() |
| int | maxEnemyCount = 8 |