Files
DefendNJ/Assets/_DefendNJ/Scripts/Guns/DoubleTubeGun.cs
2025-09-05 15:44:54 +08:00

15 lines
349 B
C#

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