mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Dependenices
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
CenterFrames._prototype:toggle_frame(player) --- Toggles if the frame is open, if open it will close it and if closed it will open it
|
||||
CenterFrames._prototype:event_handler(action) --- Creates an event handler that will trigger one of its functions, use with Event.add
|
||||
]]
|
||||
local Gui = require 'expcore.gui.core'
|
||||
local Prototype = require 'expcore.gui.prototype'
|
||||
local Toolbar = require 'expcore.gui.concepts.toolbar'
|
||||
local Game = require 'utils.game'
|
||||
local Gui = require 'expcore.gui.core' --- @dep expcore.gui.core
|
||||
local Prototype = require 'expcore.gui.prototype' --- @dep expcore.gui.prototype
|
||||
local Toolbar = require 'expcore.gui.concepts.toolbar' --- @dep expcore.gui.concepts.toolbar
|
||||
local Game = require 'utils.game' --- @dep utils.game
|
||||
|
||||
local CenterFrames = {
|
||||
_prototype = Prototype.extend{
|
||||
|
||||
Reference in New Issue
Block a user