Enemy ===== *Enemy* is both a class and an important file. The file contains three class (Enemy, EnemyEvent, EnemyDOT) and one function (WaitEvent). **Import** .. code-block:: python from ffxivcalc.Enemy import Enemy, EnemyEvent, EnemyDOT, WaitEvent .. toctree:: EnemyClass/enemyClass EnemyEvent/enemyEvent EnemyDOT/enemyDOT waitEvent