Publicise these handlers

This commit is contained in:
Chris 2020-06-02 14:20:03 +09:30
parent 961c6cd9bc
commit 292f310f69
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ namespace TShockAPI.Handlers.NetModules
/// <summary>
/// Rejects ambience new modules from clients
/// </summary>
internal class AmbienceHandler : INetModuleHandler
public class AmbienceHandler : INetModuleHandler
{
/// <summary>
/// No deserialization needed. This should never be received by the server

View file

@ -5,7 +5,7 @@ namespace TShockAPI.Handlers.NetModules
/// <summary>
/// Rejects client->server bestiary net modules as the client should never send this to the server
/// </summary>
internal class BestiaryHandler : INetModuleHandler
public class BestiaryHandler : INetModuleHandler
{
/// <summary>
/// No deserialization needed. This should never be received by the server