GameAssistType
Describes the type of an assist
enum GameAssistType {
BLIND
DAMAGE
TRADE
}
Values
GameAssistType.BLIND
Assist because of blinding the enemy
GameAssistType.DAMAGE
Assist because of damage done
GameAssistType.TRADE
Assist because of trading
Member Of
GameEventPlayerAssist
object