We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ffe24 commit a4e5ed2Copy full SHA for a4e5ed2
Runtime/Interfaces.cs
@@ -1,5 +1,12 @@
1
-// NOTE: "abstract static" definition in interface requires C# 11.0 or later.
2
-// following code is just for reference for future enhancement.
+/*
+ * Pending Update for C# 11.0+
3
+ *
4
+ * NOTE: `abstract static` definition in interface is allowed in C# 11.0 or later.
5
+ * the following code is just for reference for future enhancement.
6
+ * currently, USG engine checks implementation using `System.Reflection`.
7
8
+ */
9
+
10
#if UNITY_2025_1_OR_NEWER
11
12
using System.Text;
0 commit comments