12 lines
214 B
C#
12 lines
214 B
C#
|
using EntityStates.EngiTurret.EngiTurretWeapon;
|
||
|
using RoR2;
|
||
|
|
||
|
namespace EntityStates.RoboBallMini.Weapon;
|
||
|
|
||
|
public class FireEyeBeam : FireBeam
|
||
|
{
|
||
|
public override void ModifyBullet(BulletAttack bulletAttack)
|
||
|
{
|
||
|
}
|
||
|
}
|