This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
PMC_Projekt/ProjektUnity/Assets/Enemy 2/BasicEnemy/Interfaces/BasicEnemyBaseState.cs

10 lines
74 B
C#
Raw Normal View History

2024-09-05 21:10:50 +02:00
using UnityEngine;
public abstract class BasicenemyBaseState
{
}