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> /// <summary>
/// Rejects ambience new modules from clients /// Rejects ambience new modules from clients
/// </summary> /// </summary>
internal class AmbienceHandler : INetModuleHandler public class AmbienceHandler : INetModuleHandler
{ {
/// <summary> /// <summary>
/// No deserialization needed. This should never be received by the server /// No deserialization needed. This should never be received by the server

View file

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