- @override
Called when the actor is instantiated in the world
Source
@override
void initialize(World world)
{
super.initialize(world);
name = "BigRedSpider" + world.genUID();
maxSpeed *= 1.25;
}
Called when the actor is instantiated in the world
@override
void initialize(World world)
{
super.initialize(world);
name = "BigRedSpider" + world.genUID();
maxSpeed *= 1.25;
}