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