A PropertyAttribute for an InputAction id.
Use on a serialized int field to allow selecting of Rewired Actions from a popup in the Unity inspector.
Usage: [ActionIdProperty(typeof(MyType)]
Type should be a class that contains public const int fields, each of which corresponds to a Rewired Input Action id.