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