mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
9 lines
121 B
C#
9 lines
121 B
C#
|
namespace JNGame.Sync
|
|||
|
{
|
|||
|
public interface IJNSyncId
|
|||
|
{
|
|||
|
|
|||
|
public long Id { get; }
|
|||
|
|
|||
|
}
|
|||
|
}
|