GBA-8-19/CGame/Extensions/HarmonyMetadataKey+Keys.swift
bluesea 66c5202be8 s
2024-06-14 18:12:40 +08:00

20 lines
458 B
Swift

//
// HarmonyMetadataKey+Keys.swift
// Harmony
//
// Created by Hthik on 11/5/18.
// Copyright © 2018 Hthik. 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")
}