This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-14 03:07:34 +08:00
parent edafe4a058
commit d56c133a75
5989 changed files with 8767 additions and 441137 deletions

View File

@@ -0,0 +1,9 @@
namespace JNGame.Sync
{
public interface IJNSyncId
{
public ulong Id { get; }
}
}