コード例 #1
0
        public static void ShowAchievement(Achievement a, string comm)
        {
            if (a == null) return;
            AchievementForm f = new AchievementForm();
            f.achievement = a;

            ShowNotification(f, comm);
        }
コード例 #2
0
        public static void ShowAchievement(Achievement a, string comm)
        {
            if (a == null)
            {
                return;
            }
            AchievementForm f = new AchievementForm();

            f.achievement = a;

            ShowNotification(f, comm);
        }