We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78c3b9 commit f81f8f3Copy full SHA for f81f8f3
Sources/2D_JRPG/JRPG.swift
@@ -92,7 +92,7 @@ final class RoomTriggerComponent: Component {
92
self.actions.append(action)
93
}
94
95
- static var componentID: ComponentID = ComponentID()
+ static let componentID: ComponentID = ComponentID()
96
97
98
// A component to store interactions.
@@ -110,7 +110,7 @@ final class RoomInteractionComponent: Component {
110
111
112
113
114
115
116
// A system to handle trnasitions between rooms
0 commit comments