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