Files
Loong/Assets/_Loong/Scripts/Guns/DoubleTubeGun.cs
2025-07-01 14:54:02 +08:00

12 lines
282 B
C#

using Pico.Platform;
public class DoubleTubeGun : Launcher
{
public void Start()
{
// type = GunType.DoubleTubeGun;
// GunInfo gunInfo = GameManager.Ins.GunInfos[type][1];
// shootRate = gunInfo.ShootRate;
// recoil = gunInfo.Recoil;
}
}