mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 03:59:35 +08:00
9 lines
194 B
C#
9 lines
194 B
C#
namespace Milimoe.FunGame.Core.Interface.Base
|
|
{
|
|
public interface ISocketHeartBeat
|
|
{
|
|
public int HeartBeatFaileds { get; }
|
|
public bool SendingHeartBeat { get; }
|
|
}
|
|
}
|