-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
type: BugSomething isn't workingSomething isn't workingtype: Refactoring可読性の向上や設計の見直し可読性の向上や設計の見直しversion2
Milestone
Description
これは Gauge にある combine メソッドです。
GameWidget/Sources/GameWidget/Gauge/Gauge.swift
Lines 62 to 64 in bc42c48
| public func combine(node: GaugeNode, center: WidgetNotificationSystem) { | |
| node.registerTo(center: center, id: self.id) | |
| } |
しかし、protocol extension で実装されている様に思います。
GameWidget/Sources/GameWidget/Commons/Widget/Widget+PlugIns.swift
Lines 43 to 47 in bc42c48
| public extension DataOutputPlugIn { | |
| func combine(node: Node, center: WidgetNotificationSystem) { | |
| node.registerTo(center: center, id: self.id) | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
type: BugSomething isn't workingSomething isn't workingtype: Refactoring可読性の向上や設計の見直し可読性の向上や設計の見直しversion2