Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@startuml
|
||||
class EnvironmentObserver {
|
||||
- environment : Environment
|
||||
- commandSaveHandler : CommandSaveHandler
|
||||
- autoSaving : bool = true
|
||||
- canSave : bool = true
|
||||
- Start() : void
|
||||
- onChange() : void
|
||||
+ save() : void
|
||||
+ load() : void
|
||||
- reloadSave() : IEnumerator
|
||||
- addAllCommands() : void
|
||||
}
|
||||
MonoBehaviour <|-- EnvironmentObserver
|
||||
@enduml
|
||||
Reference in New Issue
Block a user