feat (architecture): create an 'Enemies' directory and 'LivingRoot' directory in Script
This commit is contained in:
16
Assets/Code/Scripts/Enemies/LivingRoot/SlowdownArea.cs
Normal file
16
Assets/Code/Scripts/Enemies/LivingRoot/SlowdownArea.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class SlowdownArea : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dbfa6ebdeb68bf2f6a5c4d25311b5811
|
||||
Reference in New Issue
Block a user