C# Class Ability, Unity-SRPG

Show file Open project: Policenaut/Unity-SRPG Class Usage Examples

Public Properties

Property Type Description
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

Property Details

apCost public property

public int apCost
return int

areaType public property

public Areas areaType
return Areas

charge public property

public Charges charge
return Charges

effects public property

public List effects
return List

element public property

public Elements element
return Elements

excludeSelf public property

public bool excludeSelf
return bool

horArea public property

public int horArea
return int

mpCost public property

public int mpCost
return int

notes public property

public List notes
return List

power public property

public int power
return int

powerType public property

public Powers powerType
return Powers

range public property

public int range
return int

rangeType public property

public Ranges rangeType
return Ranges

title public property

public string title
return string

verArea public property

public int verArea
return int