Class LocalPlayer
- Namespace
- Backdash
- Assembly
- Backdash.dll
Holds data for a new player of type Local.
public sealed class LocalPlayer : Player, IEquatable<Player>, IEqualityOperators<Player, Player, bool>
- Inheritance
-
LocalPlayer
- Implements
- Inherited Members
Constructors
LocalPlayer(int)
Holds data for a new player of type Local.
public LocalPlayer(int playerNumber)
Parameters
playerNumber
intPlayer number (starting from
1
)