Alejandro Acuña
2024-08-12 1876e65234c20209001178705cfa50d8f9ded67a
1
2
3
4
5
6
7
8
9
10
11
package art.servers.pvvserver.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];
}