start method
Executed when this game entity is updated for the first time by its {@link EntityManager}.
Implementation
GameEntity start() {
return this;
}
Executed when this game entity is updated for the first time by its {@link EntityManager}.
GameEntity start() {
return this;
}