Property Data
Data
Data used to manage the plants growth.
Declaration
public Dictionary<T1, Queue<(T2, T3)>> Data { get; set; }
Property Value
Type |
---|
Dictionary<T1,Queue<(T2, T3)>> |
Data used to manage the plants growth.
public Dictionary<T1, Queue<(T2, T3)>> Data { get; set; }
Type | Description |
---|---|
Dictionary<T1,Queue<(T2, T3)>> |