Alejandro Acuña
2024-08-12 831c7bd85763b5eb5ef46664c65f0181824f9e13
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];
}