Skip to content

Commit 00270b5

Browse files
committed
Don't allow other mods to consume builder early
1 parent 6bec3c9 commit 00270b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LethalCompanyInputUtils/Api/InputActionMapBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public InputActionBindingBuilder NewActionBinding()
2323
return new InputActionBindingBuilder(this);
2424
}
2525

26-
public InputActionMap Build()
26+
internal InputActionMap Build()
2727
{
2828
return _actionMap;
2929
}

0 commit comments

Comments
 (0)