9 lines
206 B
C#
9 lines
206 B
C#
using UnityEngine;
|
|
|
|
namespace RuntimeSet
|
|
{
|
|
[CreateAssetMenu(fileName = "EnemyRuntimeSet",menuName = "Runtime Set/Hero Unit")]
|
|
public class HeroUnitRuntimeSetSO : RuntimeSetSO<HeroUnit>
|
|
{
|
|
}
|
|
} |