8 lines
83 B
Lua
8 lines
83 B
Lua
cope = {}
|
|
|
|
function cope.level()
|
|
print('Coping level = High')
|
|
end
|
|
|
|
return cope
|