Skip to content

Commit

Permalink
框架跟进 调整注释
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Oct 13, 2023
1 parent 21dba6c commit 72d04c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 1 files
+25 −2 tableExtend.lua
2 changes: 1 addition & 1 deletion assets/game/classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
--- @field group number
--- @field isMain boolean
--- @field sound boolean
--- @field settings table
--- @field settings Techmino.Mode.Setting
--- @field buffedKey table
--- @field modeData table
--- @field soundTimeHistory table
Expand Down
6 changes: 3 additions & 3 deletions assets/game/mechanicLib/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- @alias Techmino.Mech.base table<string, table|fun(P:Techmino.Player|any):any>
--- @alias Techmino.Mech.mino table<string, table|fun(P:Techmino.Player.mino|any):any>
--- @alias Techmino.Mech.puyo table<string, table|fun(P:Techmino.Player.puyo|any):any>
--- @alias Techmino.Mech.gem table<string, table|fun(P:Techmino.Player.gem|any):any>
--- @alias Techmino.Mech.mino table<string, table|fun(P:Techmino.Player.mino|any):any,any>
--- @alias Techmino.Mech.puyo table<string, table|fun(P:Techmino.Player.puyo|any):any,any>
--- @alias Techmino.Mech.gem table<string, table|fun(P:Techmino.Player.gem|any):any,any>

-- Fake require function, make both human and language server happy
-- Those files will be loaded in another way, not require
Expand Down

0 comments on commit 72d04c9

Please sign in to comment.