C# Class MyPolarBear.GameObjects.SeedPouch

Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Méthode Description
AddSeeds ( int amt ) : int
HowManySeeds ( ) : int
RemoveSeeds ( int amt ) : int
SeedPouch ( int maxSeeds ) : System

Method Details

AddSeeds() public méthode

public AddSeeds ( int amt ) : int
amt int
Résultat int

HowManySeeds() public méthode

public HowManySeeds ( ) : int
Résultat int

RemoveSeeds() public méthode

public RemoveSeeds ( int amt ) : int
amt int
Résultat int

SeedPouch() public méthode

public SeedPouch ( int maxSeeds ) : System
maxSeeds int
Résultat System