12 lines
282 B
C#
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;
|
|
}
|
|
} |