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,
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<Product>TShockAPI</Product>
|
<Product>TShockAPI</Product>
|
||||||
<Copyright>Copyright © Pryaxis & TShock Contributors 2011-2025</Copyright>
|
<Copyright>Copyright © Pryaxis & 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 & TShock Contributors</Authors>
|
<Authors>Pryaxis & 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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue