C# 클래스 GGJ.RuleSelect.PlayerSetting

파일 보기 프로젝트 열기: TORISOUP/Born_to_Beans_src

공개 프로퍼티들

프로퍼티 타입 설명
characterType int
playerNumber int

공개 메소드들

메소드 설명
PlayerSetting ( int number, int type ) : UnityEngine

메소드 상세

PlayerSetting() 공개 메소드

public PlayerSetting ( int number, int type ) : UnityEngine
number int
type int
리턴 UnityEngine

프로퍼티 상세

characterType 공개적으로 프로퍼티

public int characterType
리턴 int

playerNumber 공개적으로 프로퍼티

public int playerNumber
리턴 int