>>100
void Update()
{
for (int i = 0; i < 100; i++)
{
Debug.Log("DLC買った?");
}
}