TestDependencies constructor

TestDependencies(
  1. World world,
  2. AttachmentManager attachmentManager
)

Implementation

TestDependencies(
  this.world,
  this.attachmentManager,
);