bool CheckIsValidPosition() { error: 'unexpected symbol '(', expecting, ',' , ';', or '=' '
foreach (Transform mino in transform) {
Vector2 pos = FindObjectOfType ().Round (mino.position);
if (FindObjectOfType < game> ().CheckIsInsideGrid (pos) == false) {
return false;
}
}
return true; error: 'unexpected symbol 'return' in class, struct or interface member declaration'
}
↧