Button action method not working properly and Question method keeps keeping items in its list why?

后端 未结 0 653
再見小時候
再見小時候 2021-02-11 06:34
import UIKit
import SpriteKit
import GameplayKit

struct Question {
    var Question : String!
    var Answers : [String]!
    var AnswerNumber : Int!
}

class LevelOne:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题