C# 클래스 Ability, Unity-SRPG

파일 보기 프로젝트 열기: Policenaut/Unity-SRPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
apCost int
areaType Areas
charge Charges
effects List
element Elements
excludeSelf bool
horArea int
mpCost int
notes List
power int
powerType Powers
range int
rangeType Ranges
title string
verArea int

프로퍼티 상세

apCost 공개적으로 프로퍼티

public int apCost
리턴 int

areaType 공개적으로 프로퍼티

public Areas areaType
리턴 Areas

charge 공개적으로 프로퍼티

public Charges charge
리턴 Charges

effects 공개적으로 프로퍼티

public List effects
리턴 List

element 공개적으로 프로퍼티

public Elements element
리턴 Elements

excludeSelf 공개적으로 프로퍼티

public bool excludeSelf
리턴 bool

horArea 공개적으로 프로퍼티

public int horArea
리턴 int

mpCost 공개적으로 프로퍼티

public int mpCost
리턴 int

notes 공개적으로 프로퍼티

public List notes
리턴 List

power 공개적으로 프로퍼티

public int power
리턴 int

powerType 공개적으로 프로퍼티

public Powers powerType
리턴 Powers

range 공개적으로 프로퍼티

public int range
리턴 int

rangeType 공개적으로 프로퍼티

public Ranges rangeType
리턴 Ranges

title 공개적으로 프로퍼티

public string title
리턴 string

verArea 공개적으로 프로퍼티

public int verArea
리턴 int