C# Class BoringHeroes.GameLogic.Modes.GMHauntedMines

Inheritance: GameMode
Afficher le fichier Open project: lances101/BoringHeroes

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Drawing

PregameActions() public méthode

public PregameActions ( ) : void
Résultat void