mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-12 21:40:32 +01:00
6 lines
141 B
Lua
6 lines
141 B
Lua
|
local path = minetest.get_modpath("mff_pclasses")
|
||
|
|
||
|
dofile(path .. "/warrior.lua")
|
||
|
dofile(path .. "/hunter.lua")
|
||
|
dofile(path .. "/admin.lua")
|