Class SimpleProperty<T>

java.lang.Object
net.botwithus.rs3.imgui.imfx.properties.impl.SimpleProperty<T>
All Implemented Interfaces:
Property<T>
Direct Known Subclasses:
BooleanProperty, FloatProperty, IntegerProperty, StringProperty

public class SimpleProperty<T> extends Object implements Property<T>