更新了网络服务接口定义
This commit is contained in:
@@ -17,6 +17,11 @@ namespace BITKit
|
||||
List<InputAction> actions = new();
|
||||
public InputActionGroup RegisterCallback(InputActionReference reference, Action<InputAction.CallbackContext> callback)
|
||||
{
|
||||
if (reference is null)
|
||||
{
|
||||
Debug.LogWarning($"未知的引用");
|
||||
return this;
|
||||
}
|
||||
EnsureConfiguration();
|
||||
var action = reference.action.Clone();
|
||||
|
||||
|
Reference in New Issue
Block a user