Exemplo n.º 1
0
 void ICharacterEvents.OnHide(VisibilityCauseType cause)
 {
     balloon.ForceHide();
 }
Exemplo n.º 2
0
 void ICharacterEvents.OnShow(VisibilityCauseType cause)
 {
 }
Exemplo n.º 3
0
 void agentControl_Hide(string characterId, VisibilityCauseType cause)
 {
     WithCharacter(characterId, c => c.OnHide(cause));
 }