PacketWrapper currently does not support wrappers for some data classes used by some packets. In this case, the corresponding getter returns an object of type InternalStructure. The setter will also take an InternalStructure.
To ensure backwards compatibility, these getters and setters are currently suffixed with -Internal.
PacketWrapper currently does not support wrappers for some data classes used by some packets. In this case, the corresponding getter returns an object of type
InternalStructure. The setter will also take anInternalStructure.To ensure backwards compatibility, these getters and setters are currently suffixed with -
Internal.