Forum Replies Created

  • haley

    Member
    January 8, 2025 at 7:50 am in reply to: Worker objects

    @Fall Guys Yes, you can create multiple worker objects in a single class. To call the complete method for each worker, you can instantiate the workers in the class and then iterate through them, invoking the complete method for each one.