C# 클래스 RestartLogic, Summer_SlowJam_3

상속: MonoBehaviour
파일 보기 프로젝트 열기: Rojibora/Summer_SlowJam_3

공개 프로퍼티들

프로퍼티 타입 설명
last int
player int
selection int

공개 메소드들

메소드 설명
Awake ( ) : void
RemoveReadyCard ( ) : void
SetPlayerNumber ( int player ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

RemoveReadyCard() 공개 메소드

public RemoveReadyCard ( ) : void
리턴 void

SetPlayerNumber() 공개 메소드

public SetPlayerNumber ( int player ) : void
player int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

last 공개적으로 프로퍼티

public int last
리턴 int

player 공개적으로 프로퍼티

public int player
리턴 int

selection 공개적으로 프로퍼티

public int selection
리턴 int