C# Class GGJ.RuleSelect.PlayerSetting

Show file Open project: TORISOUP/Born_to_Beans_src

Public Properties

Property Type Description
characterType int
playerNumber int

Public Methods

Method Description
PlayerSetting ( int number, int type ) : UnityEngine

Method Details

PlayerSetting() public method

public PlayerSetting ( int number, int type ) : UnityEngine
number int
type int
return UnityEngine

Property Details

characterType public property

public int characterType
return int

playerNumber public property

public int playerNumber
return int