We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae94d0 commit 7b7d108Copy full SHA for 7b7d108
opengsq/protocols/__init__.py
@@ -10,6 +10,7 @@
10
from opengsq.protocols.kaillera import Kaillera
11
from opengsq.protocols.killingfloor import KillingFloor
12
from opengsq.protocols.minecraft import Minecraft
13
+from opengsq.protocols.nadeo import Nadeo
14
from opengsq.protocols.palworld import Palworld
15
from opengsq.protocols.quake1 import Quake1
16
from opengsq.protocols.quake2 import Quake2
opengsq/responses/nadeo/__init__.py
@@ -0,0 +1 @@
1
+from .status import Status
0 commit comments