C# Class Mod.MyMatchSettings

Inheritance: MatchSettings
Exibir arquivo Open project: Jonesey13/TF-8-Player

Public Methods

Method Description
GetMaxTeamSize ( ) : int
MyMatchSettings ( TowerFall levelSystem, TowerFall mode, MatchLengths matchLength ) : System
PlayerGoals ( int p2goal, int p3goal, int p4goal ) : int

Method Details

GetMaxTeamSize() public method

public GetMaxTeamSize ( ) : int
return int

MyMatchSettings() public method

public MyMatchSettings ( TowerFall levelSystem, TowerFall mode, MatchLengths matchLength ) : System
levelSystem TowerFall
mode TowerFall
matchLength MatchLengths
return System

PlayerGoals() public method

public PlayerGoals ( int p2goal, int p3goal, int p4goal ) : int
p2goal int
p3goal int
p4goal int
return int