boolean {
if (!playfield || this.hasCollision(playfield)) {
return false;
}
callback();
return true;
}
WeRealyNeedReturnTrue
Обсуждают сегодня