C# Class SellShop

Inheritance: Shop
Mostra file Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
close bool

Public Methods

Method Description
checkStatus ( ) : bool
shopEnabled ( ) : bool

Private Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
checkEnough ( ) : string
containsItem ( Item, item ) : bool
nbrItems ( Item, item ) : int
removeItem ( Item, item ) : void
retrieveItem ( ) : Item,
sampleItems ( ) : void

Method Details

checkStatus() public method

public checkStatus ( ) : bool
return bool

shopEnabled() public method

public shopEnabled ( ) : bool
return bool

Property Details

close public_oe static_oe property

public static bool close
return bool