mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
8 lines
194 B
C#
8 lines
194 B
C#
using EggLink.DanhengServer.Proto;
|
|
|
|
namespace EggLink.DanhengServer.GameServer.Game.Sync;
|
|
|
|
public abstract class BaseSyncData
|
|
{
|
|
public abstract void SyncData(in PlayerSyncScNotify notify);
|
|
} |