start method

GameEntity start()

Executed when this game entity is updated for the first time by its {@link EntityManager}.

Implementation

GameEntity start() {
	return this;
}