Files
JuegoSim/-o/InputSystem/MobileInputProvider.puml
T
2026-07-21 08:56:10 +03:00

7 lines
118 B
Plaintext

@startuml
class MobileInputProvider {
- Start() : void
}
BaseInputProvider <|-- MobileInputProvider
@enduml