C# Class MyPolarBear.GameObjects.SeedPouch

Datei anzeigen Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

Method Description
AddSeeds ( int amt ) : int
HowManySeeds ( ) : int
RemoveSeeds ( int amt ) : int
SeedPouch ( int maxSeeds ) : System

Method Details

AddSeeds() public method

public AddSeeds ( int amt ) : int
amt int
return int

HowManySeeds() public method

public HowManySeeds ( ) : int
return int

RemoveSeeds() public method

public RemoveSeeds ( int amt ) : int
amt int
return int

SeedPouch() public method

public SeedPouch ( int maxSeeds ) : System
maxSeeds int
return System