glua-extensions
Pack of extensions for glua.
Import
Inside of Package
install( "packages/glua-extensions", "https://github.com/Pika-Software/glua-extensions" )
Outside of Package
install( nil, true, "packages/glua-extensions", "https://github.com/Pika-Software/glua-extensions" ):Then( function( pkg )
-- Here package installed
end )
Sources
Last updated
Was this helpful?