mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
10 lines
195 B
C#
10 lines
195 B
C#
namespace ET.Server
|
|
{
|
|
public static partial class AOISeeCheckHelper
|
|
{
|
|
public static bool IsCanSee(AOIEntity a, AOIEntity b)
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
} |