11 lines
324 B
C#
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>>();
|
|||
|
}
|
|||
|
}
|