We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ebf0a commit 4677f7dCopy full SHA for 4677f7d
1 file changed
Assets/Package/Runtime/Console/ConsoleManager.cs
@@ -14,7 +14,7 @@ namespace BroWar.Debugging.Console
14
/// Manager for registering/unregistering and invoking console commands and storing input history.
15
/// Uses commands stored in <see cref="commandsRepository"/> as an initial commands set.
16
/// </summary>
17
- [AddComponentMenu("LowPolis/Debugging/Console/Console Manager")]
+ [AddComponentMenu("BroWar/Debugging/Console/Console Manager")]
18
public class ConsoleManager : MonoBehaviour, IConsoleManager
19
{
20
[Title("Settings")]
0 commit comments