PlayerSitterManager
model.managers.movements.PlayerManagers.PlayerSitterManager
case class PlayerSitterManager[C <: Player[C]](sittingRadius: Double) extends BaseManager[Context[C]]
This manager make the player sits to its favourite game is it is within the sittingRadius
Type parameters
- C
-
the concrete type the player
Value parameters
- sittingRadius
-
the radius within the player will sit to a game
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article