
Untitled
By: a guest on
Apr 24th, 2012 | syntax:
C# | size: 0.20 KB | hits: 14 | expires: Never
public void Action(Team myTeam, Team enemyTeam, Ball ball, MatchInfo matchInfo)
{
...
myTeam.DevMessage = "Ball: Pos(" + ball.Position.ToString() + ") Vel(" + ball.Velocity.ToString() + ")";
...
}