Exemplo n.º 1
0
 private void ChangeBackground()
 {
     currentIndex++;
     currentIndex = currentIndex % textures.Length;
     EZFloatingWindow.SetBackground(textures[currentIndex].EncodeToPNG());
 }