NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Unit/Data/DebugShowInfo.cs

11 lines
205 B
C#

namespace Gameplay.Unit.Data
{
public class DebugShowInfo
{
public string name;
public string iconPath;
public string configId;
public int cacheConfigId;
}
}