import {System} from "../System";
import {TransformAttachment} from "./TransformAttachment";

export class TransformAttachmentSystem extends System<TransformAttachment> {

}
