mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Dependenices
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
local Global = require 'utils.global'
|
||||
local Game = require 'utils.game'
|
||||
local PlayerStats = require 'features.player_stats'
|
||||
local Command = require 'utils.command'
|
||||
local Ranks = require 'resources.ranks'
|
||||
local Global = require 'utils.global' --- @dep utils.global
|
||||
local Game = require 'utils.game' --- @dep utils.game
|
||||
local PlayerStats = require 'features.player_stats' --- @dep features.player_stats
|
||||
local Command = require 'utils.command' --- @dep utils.command
|
||||
local Ranks = require 'resources.ranks' --- @dep resources.ranks
|
||||
|
||||
local format = string.format
|
||||
local abs = math.abs
|
||||
|
||||
Reference in New Issue
Block a user