We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bec3c9 commit 00270b5Copy full SHA for 00270b5
LethalCompanyInputUtils/Api/InputActionMapBuilder.cs
@@ -23,7 +23,7 @@ public InputActionBindingBuilder NewActionBinding()
23
return new InputActionBindingBuilder(this);
24
}
25
26
- public InputActionMap Build()
+ internal InputActionMap Build()
27
{
28
return _actionMap;
29
0 commit comments