fix: Adds expansion specific mobile status version (#1145)
This commit is contained in:
parent
61f77df892
commit
2d95fb20a6
5 changed files with 363 additions and 324 deletions
|
|
@ -4,6 +4,7 @@ public static class AssistantProtocol
|
|||
{
|
||||
private static PacketHandler[] _handlers;
|
||||
|
||||
[CallPriority(10)]
|
||||
public static void Configure()
|
||||
{
|
||||
_handlers = ProtocolExtensions<AssistantsProtocolInfo>.Register(new AssistantsProtocolInfo());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue