C# Class Ability, Unity-SRPG

Mostrar archivo 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_oe property

public int apCost
return int

areaType public_oe property

public Areas areaType
return Areas

charge public_oe property

public Charges charge
return Charges

effects public_oe property

public List effects
return List

element public_oe property

public Elements element
return Elements

excludeSelf public_oe property

public bool excludeSelf
return bool

horArea public_oe property

public int horArea
return int

mpCost public_oe property

public int mpCost
return int

notes public_oe property

public List notes
return List

power public_oe property

public int power
return int

powerType public_oe property

public Powers powerType
return Powers

range public_oe property

public int range
return int

rangeType public_oe property

public Ranges rangeType
return Ranges

title public_oe property

public string title
return string

verArea public_oe property

public int verArea
return int