[+] 接入ET8服务端

[+] 接入ET8服务端
This commit is contained in:
ALEXTANG
2023-07-13 12:23:48 +08:00
parent e0be062006
commit 336d4b2eb9
1316 changed files with 130657 additions and 626 deletions

View File

@@ -0,0 +1,25 @@
using System;
namespace ET
{
/// <summary>
/// 同一块地图可能有多种寻路数据玩家可以随时切换怪物也可能跟玩家的寻路不一样寻路组件应该挂在Unit上
/// </summary>
[ComponentOf(typeof(Unit))]
public class PathfindingComponent: Entity, IAwake<string>, IDestroy
{
public const int FindRandomNavPosMaxRadius = 15000; // 随机找寻路点的最大半径
public float[] extents = {15, 10, 15};
public string Name;
public IntPtr navMesh;
public float[] StartPos = new float[3];
public float[] EndPos = new float[3];
public float[] Result = new float[Recast.MAX_POLYS * 3];
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0e22ef73640ac8944baf71f1960cc67b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: