C# Class tourellesScript.Stuff, Enclave

Mostrar archivo 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_oe property

public int bullets
return int

grenades public_oe property

public int grenades
return int

rockets public_oe property

public int rockets
return int