forked from rojo-rbx/rojo
Add brand new rojo init command
This commit is contained in:
5
assets/default-model.lua
Normal file
5
assets/default-model.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
hello = function()
|
||||
print("Hello world, from {project_name}!")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user