NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Skill/Data/EmitBulletConfigData.cs

15 lines
215 B
C#
Raw Normal View History

2023-12-28 13:49:45 +08:00
namespace Gameplay.Skill
2023-08-22 19:08:45 +08:00
{
public class EmitBulletConfigData
{
public int id;
public int bulletId;
/**
* 1
*/
public int emitType;
}
}