C# 클래스 SunsetHigh.HeroSave

Structure for saving data about a Hero.
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dir Direction
followerID PersonID
inventorySave InventorySave
monologueSave bool[]
name string
reputationSave int[]
x int
y int

프로퍼티 상세

dir 공개적으로 프로퍼티

public Direction dir
리턴 Direction

followerID 공개적으로 프로퍼티

public PersonID followerID
리턴 PersonID

inventorySave 공개적으로 프로퍼티

public InventorySave,SunsetHigh inventorySave
리턴 InventorySave

monologueSave 공개적으로 프로퍼티

public bool[] monologueSave
리턴 bool[]

name 공개적으로 프로퍼티

public string name
리턴 string

reputationSave 공개적으로 프로퍼티

public int[] reputationSave
리턴 int[]

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int