summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Boss1/Boss1BulletScript.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Boss1/Boss1BulletScript.cs')
-rwxr-xr-xAssets/Scripts/Boss1/Boss1BulletScript.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Assets/Scripts/Boss1/Boss1BulletScript.cs b/Assets/Scripts/Boss1/Boss1BulletScript.cs
new file mode 100755
index 0000000..c4b54b0
--- /dev/null
+++ b/Assets/Scripts/Boss1/Boss1BulletScript.cs
@@ -0,0 +1,15 @@
+using UnityEngine;
+using System.Collections;
+
+public class Boss1BulletScript : MonoBehaviour {
+
+ // Use this for initialization
+ void Start () {
+
+ }
+
+ // Update is called once per frame
+ void Update () {
+
+ }
+}