C# Class BoringHeroes.GameLogic.Modes.GMHauntedMines

Inheritance: GameMode
Show file Open project: lances101/BoringHeroes

Public Methods

Method Description
GMHauntedMines ( 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.Drawing
PregameActions ( ) : void

Method Details

GMHauntedMines() public method

public GMHauntedMines ( 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.Drawing
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.Drawing

PregameActions() public method

public PregameActions ( ) : void
return void