using System.Collections; using System.Collections.Generic; using UnityEngine; // hitbox击中 public class ConditionHit : ConditionBase { public ConditionHit() { } public override bool Evaluate() { throw new System.NotImplementedException(); } }