dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bck
Alejandro Acuña
2024-11-11
f1cb4443aede6d4657bdc3396c8914d3a9f4fa93
[backup.git]
/
servers
/
pvvserver
/
src
/
art
/
servers
/
pvvserver
/
types
/
VmsText.java
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];
}