mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-02-20 12:31:09 +00:00
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
* Replaces Extra Characters * Folder inside another folder fix
10 lines
196 B
Lua
10 lines
196 B
Lua
-- Environment inclusions --
|
|
--[[
|
|
We only need to include character select rn
|
|
]]
|
|
|
|
charSelect = charSelect
|
|
|
|
if not charSelect then return end
|
|
_ENV = setmetatable(_G, { __index = charSelect })
|
|
|