Files
JuegoSim/-o/CommandLayer/Commands/ICommand.puml
T
2026-07-21 08:56:10 +03:00

8 lines
112 B
Plaintext

@startuml
interface ICommand {
execute() : void
undo() : void
toDTO() : CommandDTO
}
@enduml