C# Class ServersideGameCode.Banana

显示文件 Open project: moly/Flash-Gorillas-Online

Public Methods

Method Description
Draw ( Graphics g ) : void
Launch ( float angle, int velocity, float gravity, float windSpeed, Point startPoint, Cityscape cityscape, Player player1, Player player2 ) : int

Method Details

Draw() public method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

Launch() public method

public Launch ( float angle, int velocity, float gravity, float windSpeed, Point startPoint, Cityscape cityscape, Player player1, Player player2 ) : int
angle float
velocity int
gravity float
windSpeed float
startPoint Point
cityscape Cityscape
player1 Player
player2 Player
return int