using System.Collections; using System.Collections.Generic; using UnityEngine; namespace SDK{ public static class MessageDef { public const int MSG_InitCallback = 1; public const int MSG_LoginCallback = 2; public const int MSG_PayCallback = 3; public const int MSG_SwitchAccountCallback = 4; public const int MSG_LogoutCallback = 5; } }