Added Enemy Return Script (WIP)

This commit is contained in:
Philip W 2021-11-01 17:10:05 +00:00
parent 883d531a23
commit 803df9dd94
2 changed files with 30 additions and 0 deletions

View 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()
{
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1cf824a8218b19a4f843a9fa0642f548
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: