mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Dependenices
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- A small debugging tool that writes the contents of _ENV to a file when the game loads.
|
||||
--- A small debugging tool that writes the contents of _ENV to a file when the game loads.
|
||||
-- Useful for ensuring you get the same information when loading
|
||||
-- the reference and desync levels in desync reports.
|
||||
-- dependencies
|
||||
local table = require 'utils.table'
|
||||
local Event = require 'utils.event'
|
||||
local table = require 'utils.table' --- @dep utils.table
|
||||
local Event = require 'utils.event' --- @dep utils.event
|
||||
|
||||
-- localized functions
|
||||
local inspect = table.inspect
|
||||
|
||||
Reference in New Issue
Block a user