TH1/Unity/Assets/Scripts/Model/Server/Benchmark/BenchmarkClientComponent.cs
2025-07-17 18:26:28 +08:00

8 lines
138 B
C#

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