C# Class GrenadeVendingMachine, AwesomeGameInSpace

Inheritance: Interactive
ファイルを表示 Open project: ZPZ-Gr2/AwesomeGameInSpace

Public Properties

Property Type Description
getSound UnityEngine.AudioClip
grenadeAmount int
grenadePrice int

Public Methods

Method Description
MomentaryAction ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CanBuy ( string &msg ) : bool

Method Details

MomentaryAction() public method

public MomentaryAction ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

getSound public_oe property

public AudioClip,UnityEngine getSound
return UnityEngine.AudioClip

grenadeAmount public_oe property

public int grenadeAmount
return int

grenadePrice public_oe property

public int grenadePrice
return int