Changes
Page history
Update Osztály diagram: fix commands
authored
May 02, 2022
by
Sárközi Gergely János
Hide whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
b85cd0f9
...
@@ -836,7 +836,7 @@ Mindegyik `...Command` a `BaseCommand` alosztálya. Ez nincs jelölve a diagramm
...
@@ -836,7 +836,7 @@ Mindegyik `...Command` a `BaseCommand` alosztálya. Ez nincs jelölve a diagramm
package Logic.Command {
package Logic.Command {
class AdvanceTimeCommand {
class AdvanceTimeCommand {
+ Overview : IGameOverview {get}
+ Overview
()
: IGameOverview {get}
+ DeltaTime() : float {get}
+ DeltaTime() : float {get}
}
}
...
...
...
...