C# 클래스 Assets.Scripts.Services.Communication.DTOs.LootItemDTO

파일 보기 프로젝트 열기: maximecharron/GLO-3002-Frima 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
effectDuration int
hypeGeneration int
name string
quantity int
staminaRegeneration int
subType int
type int

공개 메소드들

메소드 설명
LootItemDTO ( int type, int subType, string name, int quantity ) : System

메소드 상세

LootItemDTO() 공개 메소드

public LootItemDTO ( int type, int subType, string name, int quantity ) : System
type int
subType int
name string
quantity int
리턴 System

프로퍼티 상세

effectDuration 공개적으로 프로퍼티

public int effectDuration
리턴 int

hypeGeneration 공개적으로 프로퍼티

public int hypeGeneration
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

quantity 공개적으로 프로퍼티

public int quantity
리턴 int

staminaRegeneration 공개적으로 프로퍼티

public int staminaRegeneration
리턴 int

subType 공개적으로 프로퍼티

public int subType
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int