整理代码

This commit is contained in:
MrZ626
2020-11-28 19:07:50 +08:00
parent 2381dca463
commit 41a9f6f16d
4 changed files with 7 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ local Player={}--Player class
local int,ceil,rnd=math.floor,math.ceil,math.random
local max,min=math.max,math.min
local sin,cos=math.sin,math.cos
local ins,rem=table.insert,table.remove
local kickList=require"parts/kickList"