namespace Gameplay.Skill
{
public class EmitBulletConfigData
public int id;
public int bulletId;
/**
* 1 普通单发
*/
public int emitType;
}