Fix nullable warning

This commit is contained in:
Luis von der Eltz
2021-03-16 18:57:37 +01:00
parent 1306b6bbbf
commit d70b18423a
@@ -1,4 +1,6 @@
using System;
#nullable disable
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;