C# Class ModeManager, Ricochet

Inheritance: MonoBehaviour
ファイルを表示 Open project: The3mpire/Ricochet Class Usage Examples

Public Methods

Method Description
AltUpdateScore ( ETeam team, int value ) : bool
GetMaxScore ( ) : ETeam
UpdateScore ( Enumerables.ETeam team, int value ) : bool

Method Details

AltUpdateScore() public abstract method

public abstract AltUpdateScore ( ETeam team, int value ) : bool
team ETeam
value int
return bool

GetMaxScore() public abstract method

public abstract GetMaxScore ( ) : ETeam
return ETeam

UpdateScore() public abstract method

public abstract UpdateScore ( Enumerables.ETeam team, int value ) : bool
team Enumerables.ETeam
value int
return bool