Sword Halo & Arrow to the nearest enemy
This commit is contained in:
@@ -6,7 +6,7 @@ public class LaserBeam : MonoBehaviour
|
||||
{
|
||||
public int Damages = 50;
|
||||
|
||||
public float lifeSeconds = 1f;
|
||||
public float lifeSeconds = .5f;
|
||||
|
||||
public void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user