zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Module/ActorLocation/ActorLocationSenderComponen...

13 lines
284 B
C#
Executable File
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

using System.Collections.Generic;
namespace ET
{
public class ActorLocationSenderComponent: Entity
{
public static long TIMEOUT_TIME = 60 * 1000;
public static ActorLocationSenderComponent Instance { get; set; }
public long CheckTimer;
}
}