C# Class BoringHeroes.GameLogic.Modes.GameMode

Exibir arquivo Open project: lances101/BoringHeroes Class Usage Examples

Public Methods

Method Description
GameMode ( string name, string loadingMatchPath, int laneRule, Rectangle minimapRectangle, Point leftFountain, Point rightFountain, Composite mapChallengeBehavior, Point leftBasePoint, Point rightBasePoint, Point topLane, Point midLane, Point botLane ) : System.Collections.Generic
PregameActions ( ) : void

Protected Methods

Method Description
GameMode ( ) : System.Collections.Generic

Private Methods

Method Description
InterpolatePoints ( List p ) : void

Method Details

GameMode() protected method

protected GameMode ( ) : System.Collections.Generic
return System.Collections.Generic

GameMode() public method

public GameMode ( string name, string loadingMatchPath, int laneRule, Rectangle minimapRectangle, Point leftFountain, Point rightFountain, Composite mapChallengeBehavior, Point leftBasePoint, Point rightBasePoint, Point topLane, Point midLane, Point botLane ) : System.Collections.Generic
name string
loadingMatchPath string
laneRule int
minimapRectangle System.Drawing.Rectangle
leftFountain System.Drawing.Point
rightFountain System.Drawing.Point
mapChallengeBehavior Composite
leftBasePoint System.Drawing.Point
rightBasePoint System.Drawing.Point
topLane System.Drawing.Point
midLane System.Drawing.Point
botLane System.Drawing.Point
return System.Collections.Generic

PregameActions() public abstract method

public abstract PregameActions ( ) : void
return void