1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 22:26:08 +02:00

Add [mff_pclasses], MFF-specific pclasses

This commit is contained in:
Wouters Dorian
2015-07-31 21:53:32 +02:00
parent 9e359f7fcd
commit ee461e1d41
10 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,5 @@
local path = minetest.get_modpath("mff_pclasses")
dofile(path .. "/warrior.lua")
dofile(path .. "/hunter.lua")
dofile(path .. "/admin.lua")