Alejandro Acuña
2025-04-29 d1d736e487d9eb104dcae9def948066037afd2f0
1
2
3
4
5
6
7
8
9
10
11
package art.servers.asfserver.types;
 
 
public class VmsText
{
    public int subpanel = 0;
    public int memory = 0;
    public float time = 0;
    public boolean blinking = false;
    public int[] messageContent = new int[0];
}