Description:
Add missing Dialog component changes.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -11,6 +11,7 | |||||
|
11 | namespace isometricparkfna.Components { |
|
11 | namespace isometricparkfna.Components { |
|
12 |
|
12 | ||
|
13 | public struct DialogComponent : IComponent { /*, IHasEntity*/ |
|
13 | public struct DialogComponent : IComponent { /*, IHasEntity*/ |
|
|
14 | public string StartingKnot; | ||
|
14 | public string Knot; |
|
15 | public string Knot; |
|
15 | public string CurrentDialog; |
|
16 | public string CurrentDialog; |
|
16 | public string CurrentSpeaker; |
|
17 | public string CurrentSpeaker; |
You need to be logged in to leave comments.
Login now