This commit is contained in:
2026-06-08 17:19:24 +02:00
parent 3e8ce40cc3
commit 948c2304e7
43 changed files with 1243 additions and 1332 deletions
+6 -6
View File
@@ -82,12 +82,12 @@ public typealias PropertiesID = Uint32;
*/
[AllowDuplicates] public enum PropertyType : c_int
{
Invalid,
Pointer,
String,
Number,
Float,
Boolean,
Invalid,
Pointer,
String,
Number,
Float,
Boolean,
}
/**