C# Class tourellesScript.Stuff, Enclave

Show file Open project: BenjaminDo/Enclave

Public Properties

Property Type Description
bullets int
grenades int
rockets int

Public Methods

Method Description
Stuff ( int bul, int gre, int roc ) : System.Collections

Method Details

Stuff() public method

public Stuff ( int bul, int gre, int roc ) : System.Collections
bul int
gre int
roc int
return System.Collections

Property Details

bullets public property

public int bullets
return int

grenades public property

public int grenades
return int

rockets public property

public int rockets
return int