CRaPI - Correct Robust and Perfect API

Player Constructor (String, Boolean)

Constructs a Player

public Player(
   string pTeamName,
   bool pIsGoalie
);

Parameters

pTeamName
Name of team
pIsGoalie
If player is goalie or not

Remarks

The default StartPoint is set to (-20, 0).

See Also

Player Class | TeamYaffa.CRaPI Namespace | Player Constructor Overload List