Type arguments for method `System.Array.Resize(ref T[], int)' cannot be inferred from the usageFixed
Error while compiling: ExtraSeating.cs(125,27): error CS0411: The type arguments for method `System.Array.Resize(ref T[], int)' cannot be inferred from the usage. Try specifying the type arguments explicitly
ditto
ExtraSeating - Failed to compile: ExtraSeating.cs(89,23): error CS0411: The type arguments for method `System.Array.Resize(ref T[], int)' cannot be inferred from the usage. Try specifying the type arguments explicitly​
Fixed in lastest version
Locked automatically