C# 클래스 BalloonsPop.Core.Commands.GameOverHandlingCommand

Implements command to handle game over
상속: CompositeCommand
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
Execute ( IContext context ) : void

Executes GameOverHandlingCommand

GameOverHandlingCommand ( ) : System.Collections.Generic

Initializes a new instance of the GameOverHandlingCommand class.

메소드 상세

Execute() 공개 메소드

Executes GameOverHandlingCommand
public Execute ( IContext context ) : void
context IContext
리턴 void

GameOverHandlingCommand() 공개 메소드

Initializes a new instance of the GameOverHandlingCommand class.
public GameOverHandlingCommand ( ) : System.Collections.Generic
리턴 System.Collections.Generic