C# Class LuaAnimationEvent, OpenWorldGame

Inheritance: LuaBaseEvent
Afficher le fichier Open project: nottvlike/OpenWorldGame

Méthodes publiques

Méthode Description
AddBuff ( string name ) : void
AnimateFinished ( ) : void
RemoveBuff ( string name ) : void

Method Details

AddBuff() public méthode

public AddBuff ( string name ) : void
name string
Résultat void

AnimateFinished() public méthode

public AnimateFinished ( ) : void
Résultat void

RemoveBuff() public méthode

public RemoveBuff ( string name ) : void
name string
Résultat void