Esempio n. 1
0
void Avatar::event(tstring ev)
{
	Motion *mot = getMotion();
	if (mot)
		mot->sendEvent(ev);
}