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