public static class ChatBubbleHelper { public static int GetOtherChatBubbleID(int nowID) { return 0;//PhantasmPavilionModel.Instance.GetNowOtherChatBubbleID(nowID); } public static int GetMyChatBubbleID() { return 0;//PhantasmPavilionModel.Instance.GetNowChatBubbleID(); } public static int GetChatBubbleDefaultID() { // PhantasmPavilionModel.Instance.TryGetDefaultID(PhantasmPavilionTab.ChatBubble, 0, out int defaultID); return 0;//defaultID; } }