Files
Gen_Hack-and-Slash-Roguelit…/Client/Assets/Scripts/Prefab/EntityPrefab.cs

9 lines
105 B
C#

using UnityEngine;
namespace Prefab
{
public class EntityPrefab:MonoBehaviour
{
}
}