chore: initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using MoreMountains.Tools;
|
||||
using UnityEditor;
|
||||
|
||||
namespace MoreMountains.Tools
|
||||
{
|
||||
public static class MMAchievementMenu
|
||||
{
|
||||
[MenuItem("Tools/More Mountains/Reset all achievements", false,21)]
|
||||
/// <summary>
|
||||
/// Adds a menu item to enable help
|
||||
/// </summary>
|
||||
private static void EnableHelpInInspectors()
|
||||
{
|
||||
MMAchievementManager.ResetAllAchievements ();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user