mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-09 20:10:18 +01:00
2e895a7790
Pas mal de changement n’ont pas été pushé sur le github du serveur, voici l’occasion de faire une bonne synchronisation :)
9 lines
538 B
Lua
9 lines
538 B
Lua
-----------------------------------------------------------------------------------------------
|
|
local title = "Along the Shore"
|
|
local version = "0.0.4"
|
|
local mname = "along_shore"
|
|
-----------------------------------------------------------------------------------------------
|
|
|
|
-----------------------------------------------------------------------------------------------
|
|
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
|
|
----------------------------------------------------------------------------------------------- |