TH1/Unity/Assets/Scripts/Model/Server/Benchmark/BenchmarkClientComponent.cs

8 lines
130 B
C#

namespace ET.Server
{
[ComponentOf(typeof(Scene))]
public class BenchmarkClientComponent: Entity, IAwake
{
}
}