어드레서블 크립토 제거

This commit is contained in:
김민서 2024-02-06 12:02:07 +09:00
parent bbb8c138e2
commit 9ecdd47c32
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ namespace Server.System
public abstract string Process();
public abstract Req Requst(string json);
public Crypto crypto = new Crypto();
}
/// <summary>