summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Boss1/Boss1BulletScript.cs
diff options
context:
space:
mode:
authornirav <nirav@airmail.cc>2020-12-12 07:18:36 +0000
committernirav <nirav@airmail.cc>2020-12-12 07:18:36 +0000
commit115f77bda0246a00f6e17469685c67746bdbd29d (patch)
tree4bbea1e59109bb1d1fddc71736f89289bab03073 /Assets/Scripts/Boss1/Boss1BulletScript.cs
download01-115f77bda0246a00f6e17469685c67746bdbd29d.tar.gz
01-115f77bda0246a00f6e17469685c67746bdbd29d.zip
Initial commitHEADmaster
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 () {
+
+ }
+}