public RotopollyAI(Enemy c)
     : base(c)
 {
     viewRange = 20f;
     person = (Rotopolly)_person;
     comboChance = person.setting.runComboChance;
 }
 void Start()
 {
     owner = (Rotopolly)_owner;
 }