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]; }