整理玩家update代码,添加垃圾行缓冲条总数警告

This commit is contained in:
MrZ626
2021-05-11 01:05:46 +08:00
parent b3f7c2cb4a
commit 044247dccf
4 changed files with 83 additions and 69 deletions

View File

@@ -129,6 +129,7 @@ local function newEmptyPlayer(id,mini)
P.field,P.visTime={},{}
P.atkBuffer={}
P.atkBufferSum=0
P.atkBufferSum1=0
--Royale-related
P.badge,P.strength=0,0