Initial migration commit to .NET 7
Menu, sync and other stuff except resource system should be working. We're far from finished
This commit is contained in:
@ -29,7 +29,7 @@ namespace RageCoop.Client
|
||||
|
||||
static Debug()
|
||||
{
|
||||
foreach (TimeStamp t in Enum.GetValues(typeof(TimeStamp))) TimeStamps.Add(t, 0);
|
||||
foreach (TimeStamp t in Enum.GetValues<TimeStamp>()) TimeStamps.Add(t, 0);
|
||||
}
|
||||
|
||||
public static string Dump(this Dictionary<TimeStamp, long> d)
|
||||
|
Reference in New Issue
Block a user