C# 클래스 SaveObject, DemonHeart

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

공개 프로퍼티들

프로퍼티 타입 설명
buff Buff,
items List>.Dictionary
skillNames string[]
stats Stats,

공개 메소드들

메소드 설명
SaveObject ( Stats, stats, Buff, buff, Dictionary items, string skillNames ) : System.Collections

메소드 상세

SaveObject() 공개 메소드

public SaveObject ( Stats, stats, Buff, buff, Dictionary items, string skillNames ) : System.Collections
stats Stats,
buff Buff,
items Dictionary
skillNames string
리턴 System.Collections

프로퍼티 상세

buff 공개적으로 프로퍼티

public Buff, buff
리턴 Buff,

items 공개적으로 프로퍼티

public Dictionary> items
리턴 List>.Dictionary

skillNames 공개적으로 프로퍼티

public string[] skillNames
리턴 string[]

stats 공개적으로 프로퍼티

public Stats, stats
리턴 Stats,