diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ awards.register_award("mymod:myaward", { type = "trigger_type", -- see specific docs on the trigger to see what else goes here }, + + on_unlock = function(name, awards_def) end, }) ``` |