C# Class menuButton, Main-Working-Repository

Inheritance: MonoBehaviour
Exibir arquivo Open project: GCSShatteredSpace/Main-Working-Repository

Public Properties

Property Type Description
weaponIDList List

Public Methods

Method Description
Start ( ) : void
btnClick ( ) : void
showText ( int wpnID ) : void

Method Details

Start() public method

public Start ( ) : void
return void

btnClick() public method

public btnClick ( ) : void
return void

showText() public method

public showText ( int wpnID ) : void
wpnID int
return void

Property Details

weaponIDList public_oe property

public List weaponIDList
return List