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