예를들어서

Item items = getcomponent<items>();
items.damage = 10;

이거랑

getcomponent<items>().damage = 10;
둘이 차이심해져요??