Skip to content

Commit a60e7f7

Browse files
committed
chore: rename files
1 parent 6f98361 commit a60e7f7

16 files changed

+27
-125
lines changed

src/OTAPI.UnifiedServerProcess.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTAPI.UnifiedServerProcess.
1010
EndProject
1111
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTAPI.UnifiedServerProcess.ConsoleClient", "OTAPI.UnifiedServerProcess.ConsoleClient\OTAPI.UnifiedServerProcess.ConsoleClient.csproj", "{5BFD176F-57B3-711D-14AE-097425D79738}"
1212
EndProject
13-
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TrProtocol.Shared", "..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol.Shared\TrProtocol.Shared.shproj", "{768417B4-D342-4006-B196-5F7178582209}"
13+
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TrProtocol.Shared", "TrProtocol.Shared\TrProtocol.Shared.shproj", "{768417B4-D342-4006-B196-5F7178582209}"
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrProtocol.SerializerGenerator", "..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol.SerializerGenerator\TrProtocol.SerializerGenerator.csproj", "{524A7425-4B98-A45A-4CD0-52AEFA5B7FA2}"
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrProtocol.SerializerGenerator", "TrProtocol.SerializerGenerator\TrProtocol.SerializerGenerator.csproj", "{B49F3FA4-BBFC-934D-D703-7FEE77507D30}"
1616
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrProtocol", "..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol\TrProtocol.csproj", "{6874627A-27F0-ABDA-5AF1-11D28225FD1B}"
17+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrProtocol", "TrProtocol\TrProtocol.csproj", "{F252FFD8-5DE7-DAA8-BA3D-341C543C73EE}"
1818
EndProject
1919
Global
2020
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -38,14 +38,14 @@ Global
3838
{5BFD176F-57B3-711D-14AE-097425D79738}.Debug|Any CPU.Build.0 = Debug|Any CPU
3939
{5BFD176F-57B3-711D-14AE-097425D79738}.Release|Any CPU.ActiveCfg = Release|Any CPU
4040
{5BFD176F-57B3-711D-14AE-097425D79738}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{524A7425-4B98-A45A-4CD0-52AEFA5B7FA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{524A7425-4B98-A45A-4CD0-52AEFA5B7FA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{524A7425-4B98-A45A-4CD0-52AEFA5B7FA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{524A7425-4B98-A45A-4CD0-52AEFA5B7FA2}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{6874627A-27F0-ABDA-5AF1-11D28225FD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{6874627A-27F0-ABDA-5AF1-11D28225FD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{6874627A-27F0-ABDA-5AF1-11D28225FD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{6874627A-27F0-ABDA-5AF1-11D28225FD1B}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{B49F3FA4-BBFC-934D-D703-7FEE77507D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{B49F3FA4-BBFC-934D-D703-7FEE77507D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{B49F3FA4-BBFC-934D-D703-7FEE77507D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{B49F3FA4-BBFC-934D-D703-7FEE77507D30}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{F252FFD8-5DE7-DAA8-BA3D-341C543C73EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{F252FFD8-5DE7-DAA8-BA3D-341C543C73EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{F252FFD8-5DE7-DAA8-BA3D-341C543C73EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{F252FFD8-5DE7-DAA8-BA3D-341C543C73EE}.Release|Any CPU.Build.0 = Release|Any CPU
4949
EndGlobalSection
5050
GlobalSection(SolutionProperties) = preSolution
5151
HideSolutionNode = FALSE
@@ -54,8 +54,8 @@ Global
5454
SolutionGuid = {A7CFB05D-AB46-4256-92A6-C8723719BBD5}
5555
EndGlobalSection
5656
GlobalSection(SharedMSBuildProjectFiles) = preSolution
57-
..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol.Shared\TrProtocol.Shared.projitems*{524a7425-4b98-a45a-4cd0-52aefa5b7fa2}*SharedItemsImports = 5
58-
..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol.Shared\TrProtocol.Shared.projitems*{6874627a-27f0-abda-5af1-11d28225fd1b}*SharedItemsImports = 5
59-
..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol.Shared\TrProtocol.Shared.projitems*{768417b4-d342-4006-b196-5f7178582209}*SharedItemsImports = 13
57+
TrProtocol.Shared\TrProtocol.Shared.projitems*{768417b4-d342-4006-b196-5f7178582209}*SharedItemsImports = 13
58+
TrProtocol.Shared\TrProtocol.Shared.projitems*{b49f3fa4-bbfc-934d-d703-7fee77507d30}*SharedItemsImports = 5
59+
TrProtocol.Shared\TrProtocol.Shared.projitems*{f252ffd8-5de7-daa8-ba3d-341c543c73ee}*SharedItemsImports = 5
6060
EndGlobalSection
6161
EndGlobal

src/OTAPI.UnifiedServerProcess/OTAPI.UnifiedServerProcess.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<ProjectReference Include="..\..\..\UnifierServerProcess.TrProtocol\src\UnifierServerProcess.TrProtocol\src\TrProtocol\TrProtocol.csproj" />
26+
<ProjectReference Include="..\TrProtocol\TrProtocol.csproj" />
2727
</ItemGroup>
2828

2929
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">

src/TrProtocol/ExportedModels/Terraria/DataStructures/PlayerDeathReasonModel.cs

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/TrProtocol/NetPackets/NetModulesPacket.cs renamed to src/TrProtocol/NetPackets/INetModulesPacket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace TrProtocol.NetPackets {
66

77
[PolymorphicBase(typeof(NetModuleType), nameof(ModuleType))]
88
[ImplementationClaim(MessageID.NetModules)]
9-
public partial interface NetModulesPacket : INetPacket, IAutoSerializable {
9+
public partial interface INetModulesPacket : INetPacket, IAutoSerializable {
1010
public abstract NetModuleType ModuleType { get; }
1111
}
1212
}

src/TrProtocol/NetPackets/Modules/NetAmbienceModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace TrProtocol.NetPackets.Modules;
66

7-
public partial struct NetAmbienceModule : NetModulesPacket, IPlayerSlot
7+
public partial struct NetAmbienceModule : INetModulesPacket, IPlayerSlot
88
{
99
public readonly NetModuleType ModuleType => NetModuleType.NetAmbienceModule;
1010
public byte PlayerSlot { get; set; }

src/TrProtocol/NetPackets/Modules/NetBestiaryModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Terraria.GameContent.NetModules;
44

55
namespace TrProtocol.NetPackets.Modules;
6-
public partial struct NetBestiaryModule : NetModulesPacket
6+
public partial struct NetBestiaryModule : INetModulesPacket
77
{
88
public readonly NetModuleType ModuleType => NetModuleType.NetBestiaryModule;
99
public NetBestiaryModule_BestiaryUnlockType UnlockType;

src/TrProtocol/NetPackets/Modules/NetCreativePowerPermissionsModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using TrProtocol.Models;
22

33
namespace TrProtocol.NetPackets.Modules;
4-
public partial struct NetCreativePowerPermissionsModule : NetModulesPacket
4+
public partial struct NetCreativePowerPermissionsModule : INetModulesPacket
55
{
66
public readonly NetModuleType ModuleType => NetModuleType.NetCreativePowerPermissionsModule;
77
public byte AlwaysZero = 0;

src/TrProtocol/NetPackets/Modules/NetCreativePowersModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace TrProtocol.NetPackets.Modules;
55

6-
public partial struct NetCreativePowersModule : NetModulesPacket, IExtraData
6+
public partial struct NetCreativePowersModule : INetModulesPacket, IExtraData
77
{
88
public readonly NetModuleType ModuleType => NetModuleType.NetCreativePowersModule;
99
public CreativePowerTypes PowerType;

src/TrProtocol/NetPackets/Modules/NetCreativeUnlocksModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using TrProtocol.Models;
22

33
namespace TrProtocol.NetPackets.Modules;
4-
public partial struct NetCreativeUnlocksModule : NetModulesPacket
4+
public partial struct NetCreativeUnlocksModule : INetModulesPacket
55
{
66
public readonly NetModuleType ModuleType => NetModuleType.NetCreativeUnlocksModule;
77
public short ItemId;

src/TrProtocol/NetPackets/Modules/NetCreativeUnlocksPlayerReportModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace TrProtocol.NetPackets.Modules;
44

5-
public partial struct NetCreativeUnlocksPlayerReportModule : NetModulesPacket
5+
public partial struct NetCreativeUnlocksPlayerReportModule : INetModulesPacket
66
{
77
public readonly NetModuleType ModuleType => NetModuleType.NetCreativeUnlocksPlayerReportModule;
88
public byte AlwaysZero = 0;

0 commit comments

Comments
 (0)