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

9 lines
105 B
C#
Raw Normal View History

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