GBA003/Delta/Extensions/HarmonyMetadataKey+Keys.swift
2024-05-30 10:22:15 +08:00

20 lines
470 B
Swift

//
// HarmonyMetadataKey+Keys.swift
// Harmony
//
// Created by Riley Testut on 11/5/18.
// Copyright © 2018 Riley Testut. All rights reserved.
//
import Harmony
extension HarmonyMetadataKey
{
static let gameID = HarmonyMetadataKey("gameID")
static let gameName = HarmonyMetadataKey("gameName")
static let verifiedGameID = HarmonyMetadataKey("verifiedGameID")
// Backwards compatibility
static let coreID = HarmonyMetadataKey("coreID")
}