Add this to API_PARAM for static method extension of a type

This commit is contained in:
Wojtek Figat
2023-02-13 16:04:33 +01:00
parent 7fe7742430
commit 46cfa01622
4 changed files with 13 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ namespace Flax.Build.Bindings
partial class BindingsGenerator
{
private static readonly Dictionary<string, Type> TypeCache = new Dictionary<string, Type>();
private const int CacheVersion = 17;
private const int CacheVersion = 18;
internal static void Write(BinaryWriter writer, string e)
{