2026-06-19 UI, UI로직
This commit is contained in:
11
Assets/My project/Dialogue Scripts/UI/NPCProfile.cs
Normal file
11
Assets/My project/Dialogue Scripts/UI/NPCProfile.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "New NPC Profile",
|
||||
menuName = "Dialogue/NPC Profile")]
|
||||
public class NPCProfile : ScriptableObject
|
||||
{
|
||||
[Header("NPC Info")]
|
||||
public string displayName;
|
||||
|
||||
public Sprite portrait;
|
||||
}
|
||||
Reference in New Issue
Block a user