This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-05-21 01:04:38 -04:00
|
|
|
member count;
|
|
|
|
|
|
|
|
|
|
increment() {
|
|
|
|
|
count ++;
|
2021-05-21 23:31:35 -04:00
|
|
|
sync();
|
2021-05-21 01:04:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
getCount() {
|
|
|
|
|
return count;
|
|
|
|
|
}
|