Move Constants to Common

This commit is contained in:
HikikoMarmy
2025-06-15 00:18:22 +01:00
parent 63a0978cbe
commit 08c6604f68

View File

@@ -1,7 +0,0 @@
#pragma once
enum class RealmClientType {
UNKNOWN = 0,
CHAMPIONS_OF_NORRATH = 1,
RETURN_TO_ARMS = 2,
};