Skip to content

Commit e7c6f4c

Browse files
committed
Added binding commands to permanent commands list.
1 parent b31050f commit e7c6f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/DevConsoleMono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ internal sealed class DevConsoleMono : MonoBehaviour
9494
private static readonly Version _version = new Version(0, 1, 6);
9595
private static readonly string[] _permanentCommands =
9696
{
97-
"devconsole", "commands", "help", "print", "clear", "reset"
97+
"devconsole", "commands", "help", "print", "clear", "reset", "bind", "unbind", "bindings"
9898
};
9999

100100
#endregion

0 commit comments

Comments
 (0)