eastern-flames/eastern flames/scripts/cpp/cpp.gml

6 lines
57 B
Plaintext
Raw Normal View History

2022-08-07 21:14:04 +00:00
function cpp() {
count++;
}
function cmm() {
count--;
}