uml edit 27.07 15.16
This commit is contained in:
14
uml/main.wsd
14
uml/main.wsd
@@ -1,7 +1,19 @@
|
|||||||
@startuml
|
@startuml
|
||||||
package Game {
|
package Game {
|
||||||
class Game {
|
class Game {
|
||||||
+ levels[]
|
+ name: String
|
||||||
|
+ levels[]: Level
|
||||||
|
+ currentLevel: Level
|
||||||
|
|
||||||
|
+ changeLevel(Level lvl)
|
||||||
|
}
|
||||||
|
class Level {
|
||||||
|
+ name: String
|
||||||
|
+ gameObjects[]: gameObject
|
||||||
|
+ load()
|
||||||
|
+ start()
|
||||||
|
+ draw()
|
||||||
|
+ update()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
package Frontend {
|
package Frontend {
|
||||||
|
|||||||
Reference in New Issue
Block a user