๐Ÿ‘”ItemID

Declaration

// โญ๏ธ defined in Item.swift
public typealias ItemID = Int

public protocol Identifiable {
    /// A unique identifier that is used to describe items when
    /// sending and receiving commands.
    var id: ItemID { get }
}

โ†˜๏ธ inherited by๏ผš๐Ÿ…ฟ๏ธ Item

Instance Property

ๅฑฌๆ€ง

ๅž‹ๅˆฅ

่ชชๆ˜Ž

id

ItemID

Last updated