mirror of
https://github.com/ShadMOrdre/lib_materials.git
synced 2024-11-13 14:10:27 +01:00
Add files via upload
This commit is contained in:
parent
cd28ae2300
commit
a99674479a
|
@ -136,6 +136,10 @@ local S = lib_materials.intllib
|
|||
|
||||
|
||||
|
||||
-- Push an element onto a stack (table).
|
||||
function push(t, x)
|
||||
t[#t+1] = x
|
||||
end
|
||||
|
||||
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user