mirror of
https://github.com/Bragin-Stepan/project-entity.git
synced 2026-04-19 21:19:41 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
using UnityEngine;
|
|
|
|
namespace _Project.Develop.Runtime.Configs.Gameplay.Entities
|
|
{
|
|
public abstract class EntityConfigSO : ScriptableObject
|
|
{
|
|
}
|
|
}
|