mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 04:10:36 +00:00
delete old tuple
This commit is contained in:
parent
506ea6d894
commit
e65bd0d657
@ -1,14 +0,0 @@
|
||||
namespace QSB.Utility
|
||||
{
|
||||
public class Tuple<T1, T2>
|
||||
{
|
||||
public T1 First { get; private set; }
|
||||
public T2 Second { get; private set; }
|
||||
|
||||
internal Tuple(T1 first, T2 second)
|
||||
{
|
||||
First = first;
|
||||
Second = second;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user