C# Class wServer.logic.taunt.TauntBase

Inheritance: Behavior
Exibir arquivo Open project: C453/OryxKingdom

Protected Methods

Method Description
Taunt ( string taunt, bool all ) : void
TickCore ( RealmTime time ) : bool

Method Details

Taunt() protected method

protected Taunt ( string taunt, bool all ) : void
taunt string
all bool
return void

TickCore() protected abstract method

protected abstract TickCore ( RealmTime time ) : bool
time wServer.realm.RealmTime
return bool