Interface SharedVariable.Instance<T>

    • Method Detail

      • get

        T get()
        Get the current value
        Returns:
        Value
      • set

        void set​(T data)
        Set a new value
        Parameters:
        data - Setter