A game about forced loneliness, made by TACStudios
1using System; 2 3namespace Unity.VisualScripting 4{ 5 public class UnitConnectionDebugData : IUnitConnectionDebugData 6 { 7 public int lastInvokeFrame { get; set; } 8 9 public float lastInvokeTime { get; set; } 10 11 public Exception runtimeException { get; set; } 12 } 13}