1// SPDX-FileCopyrightText: 2025 The Project Pterodactyl Developers 2// 3// SPDX-License-Identifier: MPL-2.0 4 5import Foundation 6import llbuild2fx 7 8struct UnitMap: Codable, FXValue { 9 let units: [UnitName: UnitInfo] 10}