C# 클래스 Inventario

상속: MonoBehaviour
파일 보기 프로젝트 열기: ProgJogos/programacao-2sem2014 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
itens List

공개 메소드들

메소드 설명
Guardar ( Item, novo ) : bool
Inventario ( int pesoMaximo ) : System.Collections.Generic

메소드 상세

Guardar() 공개 메소드

public Guardar ( Item, novo ) : bool
novo Item,
리턴 bool

Inventario() 공개 메소드

public Inventario ( int pesoMaximo ) : System.Collections.Generic
pesoMaximo int
리턴 System.Collections.Generic

프로퍼티 상세

itens 공개적으로 프로퍼티

public List itens
리턴 List