This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-17 03:20:22 +08:00
parent dd2e0e8a46
commit 0d600a2786
1490 changed files with 12905 additions and 7825 deletions

View File

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