import { TagComponent } from "ecsy";

export class CameraTagComponent extends TagComponent {
	static isObject3DTagComponent = true;
}
