Added Enemy Return Script (WIP)
This commit is contained in:
parent
883d531a23
commit
803df9dd94
19
Unity-Files/Assets/Scripts/Movement/EnemyReturn.cs
Normal file
19
Unity-Files/Assets/Scripts/Movement/EnemyReturn.cs
Normal file
@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[RequireComponent(typeof(Rigidbody2D))]
|
||||
public class EnemyReturn : Physics2DObject
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
11
Unity-Files/Assets/Scripts/Movement/EnemyReturn.cs.meta
generated
Normal file
11
Unity-Files/Assets/Scripts/Movement/EnemyReturn.cs.meta
generated
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1cf824a8218b19a4f843a9fa0642f548
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
x
Reference in New Issue
Block a user