mirror of
https://github.com/eliasstepanik/SimpleFunctions.git
synced 2026-01-11 13:48:29 +00:00
6 lines
110 B
C#
6 lines
110 B
C#
namespace Functions.Data;
|
|
|
|
public class InstanceRuntimeInfo
|
|
{
|
|
public Instance? Instance { get; set; }
|
|
} |