mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 21:01:10 +03:00
8 lines
145 B
Swift
8 lines
145 B
Swift
import Foundation
|
|
|
|
public enum MoltbotLocationMode: String, Codable, Sendable, CaseIterable {
|
|
case off
|
|
case whileUsing
|
|
case always
|
|
}
|