Class PacePlayee
Represents an entity that can be controlled by the pace player.
public class PacePlayee
- Inheritance
-
PacePlayee
- Inherited Members
- Extension Methods
Properties
Player
Gets the player that controls this playee.
public PacePlayer Player { get; }
Property Value
Methods
Pace()
Waits for the player to signal the next pace.
public void Pace()