1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00
server-nalc/mods/mff
2015-07-22 01:01:28 +02:00
..
mff_core Add quest framework and basic periodic quest support 2015-07-22 00:04:54 +02:00
mff_introspect Add missing empty init.lua to mff_introspect 2015-07-22 01:01:28 +02:00
mff_quests Add quest framework and basic periodic quest support 2015-07-22 00:04:54 +02:00
modpack.txt Add quest framework and basic periodic quest support 2015-07-22 00:04:54 +02:00
README.md Add quest framework and basic periodic quest support 2015-07-22 00:04:54 +02:00

  • MFF-specific mods folder

** Code convention All MFF mods must be in the mff global table, and thus shall depend on the mff_core mod first defining it. The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.