Unity Vérifiez si le nombre est multiple de x
if (number % 3 == 0)
{
// The number is a multiple of three
}
Creepy Cheetah
if (number % 3 == 0)
{
// The number is a multiple of three
}