Files
JuegoSim/plantuml/Assets/NaughtyAttributes/Scripts/Test/_NaughtyComponent.puml
T
2026-07-21 08:56:10 +03:00

10 lines
130 B
Plaintext

@startuml
class _NaughtyComponent {
}
class MyClass {
}
struct MyStruct {
}
MonoBehaviour <|-- _NaughtyComponent
@enduml