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

9 lines
142 B
C#

using System;
namespace ET.Server
{
[ComponentOf(typeof(Scene))]
public class LocationProxyComponent: Entity, IAwake
{
}
}