This commit is contained in:
atagen 2024-11-23 16:49:05 +11:00 committed by atagen
commit e598b04cae
31 changed files with 946 additions and 0 deletions

11
lib/meat.ml Normal file
View file

@ -0,0 +1,11 @@
let yum = Commands.Yum.run
let cook = Commands.Cook.run
let poke = Commands.Poke.run
let gut = Commands.Gut.run
let trade = Commands.Trade.run
let look = Commands.Look.run
let fresh = Commands.Fresh.run
let hunt = Commands.Hunt.run
let ritual = Commands.Ritual.run
let help = Commands.Help.run
let meat_print = Common.meat_print