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

8 lines
200 B
Plaintext

@startuml
class InputProviderManager {
+ {static} getInstance() : InputProviderManager
+ getCurrentInputProvider() : BaseInputProvider
}
MonoBehaviour <|-- InputProviderManager
@enduml