NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/DataTable/BoundsCfg/EBoundsTarget.cs

29 lines
720 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace cfg.BoundsCfg
{
public enum EBoundsTarget
{
/// <summary>
/// 有该标签的己方
/// </summary>
SameTag = 0,
/// <summary>
/// 全体己方
/// </summary>
AllSelfSide = 1,
/// <summary>
/// 全体敌方
/// </summary>
AllEnemySide = 2,
}
}