Remove this. everywhere, add small note to override style

This commit is contained in:
Infi
2024-04-10 17:45:25 +02:00
parent 2dfd11f018
commit 948383b0c5
28 changed files with 316 additions and 304 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ internal class PartyFinderPayload : Payload {
internal uint Id { get; }
internal PartyFinderPayload(uint id) {
this.Id = id;
Id = id;
}
protected override byte[] EncodeImpl() {
@@ -26,7 +26,7 @@ internal class AchievementPayload : Payload {
internal uint Id { get; }
internal AchievementPayload(uint id) {
this.Id = id;
Id = id;
}
protected override byte[] EncodeImpl() {