Class ModifiableData<T>

A class that holds data that can be modified. Useful for sharing data between different parts of the code, without having to pass it back and forth.

Type Parameters

  • T

    The type of data to hold.

Constructors

Methods

Constructors

Methods