C# 클래스 CatData, Catscape

상속: ScriptableObject
파일 보기 프로젝트 열기: 0x1f440/Catscape 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
catType string
description string
name string
price int
unlockCondition string

프로퍼티 상세

catType 공개적으로 프로퍼티

public string catType
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

price 공개적으로 프로퍼티

public int price
리턴 int

unlockCondition 공개적으로 프로퍼티

public string unlockCondition
리턴 string