zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Game/Entity/DelaySendSyncAttributeCompo...

11 lines
324 B
C#

using System;
using System.Collections.Generic;
namespace ET
{
public class DelaySendSyncAttributeComponent:Entity
{
public static DelaySendSyncAttributeComponent instance;
public UnOrderMultiMap<long, KeyValuePair<int, float>> dic = new UnOrderMultiMap<long, KeyValuePair<int, float>>();
}
}