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

8 lines
171 B
C#

namespace ET.Server
{
[ComponentOf(typeof(Scene))]
public class AOIManagerComponent: Entity, IAwake
{
public const int CellSize = 10 * 1000;
}
}