A game about forced loneliness, made by TACStudios
1namespace Unity.VisualScripting 2{ 3 public interface IUnitConnectionDebugData : IGraphElementDebugData 4 { 5 int lastInvokeFrame { get; set; } 6 7 float lastInvokeTime { get; set; } 8 } 9}