Files
2026-07-21 08:56:10 +03:00

11 lines
127 B
Plaintext

@startuml
interface ISocket {
}
enum SocketType {
Regular,
JointHost,
JointEnd,
Universal,
}
@enduml