1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-13 23:10:52 +01:00

Dekkonot reportedly forgot to export Content

This commit is contained in:
Micah 2025-04-02 15:27:24 -07:00
parent fbb897f5a9
commit eb464f47b1
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ fn create_all_exports(lua: &Lua) -> LuaResult<Vec<(&'static str, LuaValue)>> {
export::<Color3>(lua)?,
export::<ColorSequence>(lua)?,
export::<ColorSequenceKeypoint>(lua)?,
export::<Content>(lua)?,
export::<Faces>(lua)?,
export::<Font>(lua)?,
export::<NumberRange>(lua)?,