|
|
|
|
@ -33,4 +33,8 @@ public class StoredSingleton<T: SyncedStorable>: StoredCollection<T> { |
|
|
|
|
fatalError("method unavailable for StoredSingleton, use update") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func addOrUpdateIfNewer(_ instance: T) { |
|
|
|
|
fatalError("method unavailable for StoredSingleton, use update") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|