handleMessage method

bool handleMessage(
  1. Telegram telegram
)

Holds the implementation for the message handling of this game entity.

Implementation

bool handleMessage(Telegram telegram) {
	return false;
}