I' suggest you to use protocols, to achive what you want. 1) Create your Struct struct Character { public let identifier: Int public let name: String public ...
確定! 回上一頁