6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
@startuml
|
|
interface IGhostMovementStrategy {
|
|
UpdateMovement(ctx:GhostMovementContext) : void
|
|
}
|
|
@enduml
|