Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: C#  |  size: 0.20 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. public void Action(Team myTeam, Team enemyTeam, Ball ball, MatchInfo matchInfo)
  2. {
  3.         ...
  4.         myTeam.DevMessage = "Ball: Pos(" + ball.Position.ToString() + ") Vel(" + ball.Velocity.ToString() + ")";
  5.         ...                    
  6. }