C# 클래스 MyPolarBear.GameObjects.SeedPouch

파일 보기 프로젝트 열기: sgdc/sgdc-old 1 사용 예제들

공개 메소드들

메소드 설명
AddSeeds ( int amt ) : int
HowManySeeds ( ) : int
RemoveSeeds ( int amt ) : int
SeedPouch ( int maxSeeds ) : System

메소드 상세

AddSeeds() 공개 메소드

public AddSeeds ( int amt ) : int
amt int
리턴 int

HowManySeeds() 공개 메소드

public HowManySeeds ( ) : int
리턴 int

RemoveSeeds() 공개 메소드

public RemoveSeeds ( int amt ) : int
amt int
리턴 int

SeedPouch() 공개 메소드

public SeedPouch ( int maxSeeds ) : System
maxSeeds int
리턴 System