yyl
3 天以前 6faba902086330e9c2c49948b10e5aeecb893bcd
Main/System/Battle/RecordPlayer/RecordPlayer.cs
@@ -25,7 +25,9 @@
    public bool IsPlaying()
    {
        return currentRecordAction != null || recordActionQueue.Count > 0 || immediatelyActionList.Count > 0;
        bool isPlaying = currentRecordAction != null || recordActionQueue.Count > 0 || immediatelyActionList.Count > 0;
        //BattleDebug.LogError("IsPlaying " + isPlaying + " currentRecordAction " + (currentRecordAction != null) + " recordActionQueue.Count " + recordActionQueue.Count + " immediatelyActionList.Count " + immediatelyActionList.Count);
        return isPlaying;
    }
    public void PlayRecord(RecordAction recordAction)