Files
JuegoSim/-o/InteractionLayer/Interactors/TestCommandInteractor.puml
T
2026-07-21 08:56:10 +03:00

8 lines
158 B
Plaintext

@startuml
class TestCommandInteractor {
- commandHandler : CommandHandler
- Update() : void
}
MonoBehaviour <|-- TestCommandInteractor
@enduml