summaryrefslogtreecommitdiff
path: root/GameCode/BulletBase.cs
blob: 446970a6270259e97bad26a1fa853a031d145fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using UnityEngine;

public class BulletBase : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}