export BundleInfo class

This commit is contained in:
TheSparta 2024-03-24 00:49:53 +00:00
parent fdbbc47e59
commit 9de6b19c28

View File

@ -4,7 +4,7 @@ import { HttpServerHelper } from "@spt-aki/helpers/HttpServerHelper";
import { JsonUtil } from "@spt-aki/utils/JsonUtil";
import { VFS } from "@spt-aki/utils/VFS";
class BundleInfo
export class BundleInfo
{
modPath: string;
key: string;