C# Class LuaAnimationEvent, OpenWorldGame

Inheritance: LuaBaseEvent
Mostra file Open project: nottvlike/OpenWorldGame

Public Methods

Method Description
AddBuff ( string name ) : void
AnimateFinished ( ) : void
RemoveBuff ( string name ) : void

Method Details

AddBuff() public method

public AddBuff ( string name ) : void
name string
return void

AnimateFinished() public method

public AnimateFinished ( ) : void
return void

RemoveBuff() public method

public RemoveBuff ( string name ) : void
name string
return void