Files
JuegoSim/-o/InteractionLayer/Managers/GhostExtensions/IGhostMovementStrategy.puml
T
2026-07-21 08:56:10 +03:00

6 lines
112 B
Plaintext

@startuml
interface IGhostMovementStrategy {
UpdateMovement(ctx:GhostMovementContext) : void
}
@enduml