fix NetModuleType changes
This commit is contained in:
parent
bd28c5548b
commit
1d2bfbe62f
3 changed files with 8 additions and 4 deletions
|
|
@ -4854,12 +4854,16 @@ namespace TShockAPI
|
|||
Ping,
|
||||
Ambience,
|
||||
Bestiary,
|
||||
CreativeUnlocks,
|
||||
CreativePowers,
|
||||
CreativeUnlocksPlayerReport,
|
||||
TeleportPylon,
|
||||
Particles,
|
||||
CreativePowerPermissions
|
||||
CreativePowerPermissions,
|
||||
NetBanners,
|
||||
NetCraftingRequests,
|
||||
TagEffectState,
|
||||
LeashedEntity,
|
||||
UnbreakableWallScan
|
||||
}
|
||||
|
||||
public enum CreativePowerTypes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Terraria;
|
||||
|
||||
using static TShockAPI.GetDataHandlers;
|
||||
|
||||
namespace TShockAPI.Handlers.NetModules
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<Product>TShockAPI</Product>
|
||||
<Copyright>Copyright © Pryaxis & TShock Contributors 2011-2025</Copyright>
|
||||
<!-- extras for nuget -->
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<!--<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
|
||||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
||||
<Authors>Pryaxis & TShock Contributors</Authors>
|
||||
<Description>TShock is a toolbox for Terraria servers and communities.</Description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue