process all the puzzles, not just the one
This commit is contained in:
parent
5dc89ffe37
commit
d1828aa0c9
@ -2153,5 +2153,10 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
InvisibleNetwork = null;
|
InvisibleNetwork = null;
|
||||||
}
|
}
|
||||||
|
public bool ProcessingInvisibleNet()
|
||||||
|
{
|
||||||
|
if(InvisibleNetwork == null) return false;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user