Files
BH3/Assets/Plugins/Assembly-CSharp-firstpass/UniRx/ITuple.cs
2025-08-13 09:26:42 +08:00

8 lines
78 B
C#

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