8 lines
138 B
C#
8 lines
138 B
C#
namespace ET.Server
|
|
{
|
|
[ComponentOf(typeof(Scene))]
|
|
public class BenchmarkClientComponent: Entity, IAwake
|
|
{
|
|
|
|
}
|
|
} |