C# Class AreaOfEffect, kaijurising

Inheritance: AbilityBehaviours
Show file Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
damageValue float
tags string[]

Private Methods

Method Description
Cmd_activateAttack ( ) : void
Start ( ) : void
Update ( ) : void
dealDamage ( GameObject collidedObject ) : void
storePlayers ( Vector3 center, float radius ) : void

Property Details

damageValue public property

public float damageValue
return float

tags public property

public string[] tags
return string[]