애니메이션_반환: function(이름) {
if(이름 in this.애니메이션들) {
return this.애니메이션들[이름];
} else {
로그.에러("에니메이션이 존재하지 않는다." + 이름);
return null;
}
}
어때?? ㅋㅋㅋ