C# Class Tmoag.Player

Show file Open project: tomlokhorst/ScorchedCanvas Class Usage Examples

Public Methods

Method Description
Player ( ) : System
shoot ( FireRequest fr ) : void

Private Methods

Method Description
basicShape ( ) : IEnumerable
clearLastShot ( ) : void
getLastShotAndPlayerHit ( IEnumerable players ) : IEnumerable
intersect ( LineSegment ls1, IEnumerable tanks ) : Vector>.Tuple

Method Details

Player() public method

public Player ( ) : System
return System

shoot() public method

public shoot ( FireRequest fr ) : void
fr FireRequest
return void