Add bestiary handler
This commit is contained in:
parent
1c0a649a0c
commit
3b6a9ffcc2
3 changed files with 34 additions and 0 deletions
|
|
@ -52,6 +52,11 @@ namespace TShockAPI.Handlers.NetModules
|
|||
handler = new LiquidHandler();
|
||||
break;
|
||||
}
|
||||
case NetModulesTypes.Bestiary:
|
||||
{
|
||||
handler = new BestiaryHandler();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
// As of 1.4.x.x, this is now used for more things:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue