mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
refactor: add the joke in comments back
This commit is contained in:
parent
efe8360ba3
commit
67139503df
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local Tree = {}
|
|||
export type Tree = typeof(setmetatable({} :: TreeInner, { __index = Tree }))
|
||||
type TreeInner = {
|
||||
table: { number }, -- len: 16
|
||||
trans: { number }, -- len: 288
|
||||
trans: { number }, -- len: 288 (🏳️⚧️❓)
|
||||
}
|
||||
|
||||
function Tree.new(): Tree
|
||||
|
|
Loading…
Add table
Reference in a new issue