public static void ShowAchievement(Achievement a, string comm) { if (a == null) return; AchievementForm f = new AchievementForm(); f.achievement = a; ShowNotification(f, comm); }
public static void ShowAchievement(Achievement a, string comm) { if (a == null) { return; } AchievementForm f = new AchievementForm(); f.achievement = a; ShowNotification(f, comm); }