263 Impuls added

This commit is contained in:
Dmitry Borisenko
2020-11-02 01:21:51 +03:00
parent 518a0e0404
commit 0bfc876c65
17 changed files with 161 additions and 127 deletions

View File

@@ -155,10 +155,10 @@ class LineParsing {
String gint() {
return _int;
}
String gmaxcnt() {
String gcnt() {
return _cnt;
}
String gvalue() {
String gval() {
return _val;
}