diff options
Diffstat (limited to 'Assets/Scripts/Boss1/Boss1BulletScript.cs')
-rwxr-xr-x | Assets/Scripts/Boss1/Boss1BulletScript.cs | 15 |
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 () { + + } +} |