C# Class OvertimeBreak, goalBall

Break to occur when it is overtime
Inheritance: GameBreak
Show file Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Methods

Method Description
EndOfBreakActions ( ) : void

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued

OvertimeBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- Announce that it is overtime and the current scores

Method Details

EndOfBreakActions() public method

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued
public EndOfBreakActions ( ) : void
return void

OvertimeBreak() public method

Default constructor to set the break length
public OvertimeBreak ( ) : UnityEngine
return UnityEngine

StartOfBreakActions() public method

Actions to perform when the break begins -- Announce that it is overtime and the current scores
public StartOfBreakActions ( ) : void
return void