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

7 lines
120 B
Plaintext

@startuml
class SavedBool {
+ Value : bool <<get>> <<set>>
+ SavedBool(name:string, value:bool)
}
@enduml