Publicise these handlers
This commit is contained in:
parent
961c6cd9bc
commit
292f310f69
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue