aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/DataStructures/Inertia.swift
blob: 146ad7047809958c015ea2567b5c0b589340762a (plain)
1
2
3
4
5
6
extension WmapParser {
    /// Inertia associated with a component.
    public struct Inertia: Sendable, Equatable {
      public let component: String
    }
}