WHILE(ALIVE)
About
using UnityEngine;
using LoopTech.Autofire.Modules;
using AutomatedLegs.Modules;
while(alive)
{
//get out of this cell
//use the weapon
//the weapon is our only ally
//find the _Crown
//DO NOT DIE
keepFighting();
}