A game about forced loneliness, made by TACStudios
1using System; 2 3namespace Unity.VisualScripting 4{ 5 public interface IGraphElementDebugData 6 { 7 // Being lazy with the interfaces here to simplify things 8 Exception runtimeException { get; set; } 9 } 10}