Files
pkurchatov 149b80a37f Sendable DivData
commit_hash:ae183ed8d06f2c89c8693f59bedba49752638377
2025-01-16 16:25:07 +03:00

14 lines
294 B
Swift

// Generated code. Do not modify.
import Foundation
import Serialization
import VGSL
@frozen
public enum DivAnimationDirection: String, CaseIterable, Sendable {
case normal = "normal"
case reverse = "reverse"
case alternate = "alternate"
case alternateReverse = "alternate_reverse"
}