Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Update MenuItems.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosecchi committed Dec 31, 2019
1 parent 799eb9b commit 4d5e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Agents/AI/Utils/MenuItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace TheBitCave.MMToolsExtensions.AI.Graph
public static class MenuItems
{

[MenuItem("GameObject/AI Brain/Remove Brain System", true, 30)]
[MenuItem("GameObject/The Bit Cave/Remove Brain System", true, 30)]
private static bool RemoveAIBrainSystemValidator()
{
if (Selection.activeGameObject == null) return false;
Expand Down

0 comments on commit 4d5e694

Please sign in to comment.