mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-23 00:58:41 +02:00
Update
This commit is contained in:
16
Other Projects/2048 Game/SwiftUI2048/Models/IdentifiedBlock.swift
Executable file
16
Other Projects/2048 Game/SwiftUI2048/Models/IdentifiedBlock.swift
Executable file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// IdentifiedBlock.swift
|
||||
// SwiftUI2048
|
||||
//
|
||||
// Created by Hongyu on 6/5/19.
|
||||
// Copyright © 2019 Cyandev. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct IdentifiedBlock: Block {
|
||||
|
||||
let id: Int
|
||||
var number: Int
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user