Skip to content

Commit 4677f7d

Browse files
committed
Minor refactor changes
1 parent 73ebf0a commit 4677f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Package/Runtime/Console/ConsoleManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace BroWar.Debugging.Console
1414
/// Manager for registering/unregistering and invoking console commands and storing input history.
1515
/// Uses commands stored in <see cref="commandsRepository"/> as an initial commands set.
1616
/// </summary>
17-
[AddComponentMenu("LowPolis/Debugging/Console/Console Manager")]
17+
[AddComponentMenu("BroWar/Debugging/Console/Console Manager")]
1818
public class ConsoleManager : MonoBehaviour, IConsoleManager
1919
{
2020
[Title("Settings")]

0 commit comments

Comments
 (0)