This commit is contained in:
chi
2025-04-24 11:51:55 +09:00
parent 0a93a54a6f
commit f71b963851
62 changed files with 1748 additions and 4105 deletions

View File

@@ -8,6 +8,7 @@ using System.Threading.Tasks;
using System.Collections;
using COMM;
using System.Security.Cryptography.X509Certificates;
using AR;
namespace arDev
{
@@ -61,7 +62,7 @@ namespace arDev
Errlog = new Queue();
MinRecvLength = 4;
COMM.VAR.Init(128);
VAR.Init(128);
}