Files
2025-08-13 09:26:42 +08:00

8 lines
78 B
C#

namespace UniRx
{
internal interface ITuple
{
new string ToString();
}
}