@@ -350,7 +350,7 @@ public class Arrow : MonoBehaviour
}
//进入下一轮射击
- public bool hasDoneNextShoot = false;
+ [NonSerialized] public bool hasDoneNextShoot = false;
public void nextShoot() {
if (hasDoneNextShoot) return;
hasDoneNextShoot = true;