11 lines
282 B
C#
11 lines
282 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace DefaultNamespace
|
||
|
{
|
||
|
// TODO (Michael): Empty behavior until we decide more on how enemies should be structured. Mainly being used for
|
||
|
// other systems to have something to reference.
|
||
|
public class Enemy : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|