zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/Hotfix/Module/AI/AIComponent.cs

14 lines
277 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace ET
{
// 客户端挂在ZoneScene上服务端挂在Unit上
public class AIComponent: Entity
{
public int AIConfigId;
public ETCancellationToken CancellationToken;
public long Timer;
public long Current;
}
}