Changes
Page history
Update Osztály diagram: minor fixes, again
authored
Feb 26, 2022
by
Bahil Botond
Show whitespace changes
Inline
Side-by-side
Osztály-diagram.md
View page @
c3fd9454
...
...
@@ -64,6 +64,7 @@ package Logic.Data.World{
+ DeleteCheckpoint(TilePosition): void
+ SpawnCooldownTime(): float{get}
+ RemainingCooldownTime(): float{get}
+ Spawn(): void
}
...
...
@@ -78,6 +79,7 @@ package Logic.Data.World{
+ Owner(): GameTeam{get}
+ Cost(): int{get}
+ NextCheckpoint(): TilePosition
+ Move(float): void
}
Unit o-- TilePosition
...
...
...
...