C# 클래스 InventoryItem

파일 보기 프로젝트 열기: Unity3dAzure/AppServicesDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount int
name string

프로퍼티 상세

amount 공개적으로 프로퍼티

public int amount
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string