Files
JuegoSim/plantuml/Assets/_Project/Scripts/Code/CommandLayer/Commands/DeleteGroupCommand.puml
T
2026-07-21 08:56:10 +03:00

11 lines
256 B
Plaintext

@startuml
class DeleteGroupCommand {
+ DeleteGroupCommand(blocksId:List<string>)
+ DeleteGroupCommand(commandDTO:CommandDTO)
+ execute() : void
+ undo() : void
+ toDTO() : CommandDTO
}
ICommand <|-- DeleteGroupCommand
@enduml