summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Items/Item_SpaceBeamer.cs
blob: 2ccbb9c565a985f8732232314953b3a6115f5533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Item_SpaceBeamer : ItemBase
{

	public override void OnUse(GameObject owner)
	{

	}

}