-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected ActivePlayerData::BitVectors 11.0.5 structure
- Loading branch information
Showing
5 changed files
with
77 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace WowPacketParser.Store.Objects.UpdateFields | ||
{ | ||
public interface IBitVector | ||
{ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
WowPacketParserModule.V11_0_0_55666/UpdateFields/V11_0_5_57171/BitVector.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// <auto-generated> | ||
// DO NOT EDIT | ||
// </auto-generated> | ||
|
||
using System.CodeDom.Compiler; | ||
using WowPacketParser.Misc; | ||
using WowPacketParser.Store.Objects.UpdateFields; | ||
|
||
namespace WowPacketParserModule.V11_0_0_55666.UpdateFields.V11_0_5_57171 | ||
{ | ||
[GeneratedCode("UpdateFieldCodeGenerator.Formats.WowPacketParserHandler", "1.0.0.0")] | ||
public class BitVector : IBitVector | ||
{ | ||
public DynamicUpdateField<System.Nullable<ulong>> Values { get; } = new DynamicUpdateField<System.Nullable<ulong>>(); | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters