- @override
Called when the actor is instantiated in the world
Source
@override initialize(World world) { super.initialize(world); this.name = "Shrub" + world.genUID(); }
Called when the actor is instantiated in the world
@override initialize(World world) { super.initialize(world); this.name = "Shrub" + world.genUID(); }