Class ControllerActionDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
Message for the controller actions.
public record ControllerActionDetail : IEquatable<ControllerActionDetail>Inheritance
Implements
Inherited Members
Remarks
details_json: {
ctrl_id: number,
uuid: string,
action: string,
param: object,
info: object,
}
Constructors
- ControllerActionDetail(long, string, string, JsonElement, JsonElement)
-
Message for the controller actions.