Add new Views system
This commit is contained in:
@@ -6,7 +6,7 @@ namespace CoopSweeper
|
||||
{
|
||||
public static class ArrayHelpers
|
||||
{
|
||||
public static T[,] Clone2D<T>(T[,] data) where T : ICloneable<T>
|
||||
public static T[,] Clone2D<T>(T[,] data) where T : class, ICloneable<T>
|
||||
{
|
||||
if (data == null)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user