internal class EntityGroupTemplates
{
public Entity[,] entityGroupTemplateStart()
{
Entity[,] template = new Entity[8, 12];
///Code to fill 2D array
return template;
}
}
internal class EntityGroupTemplates
{
public Entity[,] entityGroupTemplateStart()
{
Entity[,] template = new Entity[8, 12];
///Code to fill 2D array
return template;
}
}