7 lines
124 B
C#
7 lines
124 B
C#
namespace ET.Client
|
|
{
|
|
[ComponentOf(typeof(Session))]
|
|
public class RouterCheckComponent: Entity, IAwake
|
|
{
|
|
}
|
|
} |