Skip to content

Commit a4e5ed2

Browse files
committed
HeaderDoc
1 parent 12ffe24 commit a4e5ed2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Runtime/Interfaces.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
/*
2+
* 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+
310
#if UNITY_2025_1_OR_NEWER
411

512
using System.Text;

0 commit comments

Comments
 (0)