{
     gacha(transform.오리지니움/10)
}


void gacha(int n)
{
     for(int i = 0; i < n; i++)
     {
         ten_yeoncha();
        
         float H, S, V;
         Color.RGBtoHSV(transform.color, out H, out S, out V);
        
         if(H>=40 && H<=60){

         }
         else{
         cout << "해묘 애미 뒤진 새끼" << endl;
         }

      }

}

- dc official App