11 lines
153 B
C#
11 lines
153 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public class ConfigIdComponent:Entity
|
|||
|
{
|
|||
|
public long configId;
|
|||
|
}
|
|||
|
}
|