fix NetModuleType changes

This commit is contained in:
xuyuwtu 2026-01-29 10:16:11 +08:00
parent bd28c5548b
commit 1d2bfbe62f
3 changed files with 8 additions and 4 deletions

View file

@ -4854,12 +4854,16 @@ namespace TShockAPI
Ping, Ping,
Ambience, Ambience,
Bestiary, Bestiary,
CreativeUnlocks,
CreativePowers, CreativePowers,
CreativeUnlocksPlayerReport, CreativeUnlocksPlayerReport,
TeleportPylon, TeleportPylon,
Particles, Particles,
CreativePowerPermissions CreativePowerPermissions,
NetBanners,
NetCraftingRequests,
TagEffectState,
LeashedEntity,
UnbreakableWallScan
} }
public enum CreativePowerTypes public enum CreativePowerTypes

View file

@ -1,6 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Terraria;
using static TShockAPI.GetDataHandlers; using static TShockAPI.GetDataHandlers;
namespace TShockAPI.Handlers.NetModules namespace TShockAPI.Handlers.NetModules

View file

@ -24,7 +24,7 @@
<Product>TShockAPI</Product> <Product>TShockAPI</Product>
<Copyright>Copyright © Pryaxis &amp; TShock Contributors 2011-2025</Copyright> <Copyright>Copyright © Pryaxis &amp; TShock Contributors 2011-2025</Copyright>
<!-- extras for nuget --> <!-- extras for nuget -->
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> <!--<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Authors>Pryaxis &amp; TShock Contributors</Authors> <Authors>Pryaxis &amp; TShock Contributors</Authors>
<Description>TShock is a toolbox for Terraria servers and communities.</Description> <Description>TShock is a toolbox for Terraria servers and communities.</Description>