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

16 lines
488 B
Plaintext

@startuml
class SocketIterator {
- {static} instance : SocketIterator
+ {static} getInstance() : SocketIterator
- currentActiveContainer : SocketContainer
- currentActiveSocket : SocketPoint
- inputProvider : BaseInputProvider
- Awake() : void
- Start() : void
+ SetActiveContainer(container:SocketContainer) : void
+ GetCurrentActiveSocket() : SocketPoint
+ ClearActiveContainer() : void
}
MonoBehaviour <|-- SocketIterator
@enduml