ProjectDDD/Assets/_DDD/_Scripts/RestaurantCharacter/Npc/Customer/CustomerCharacter.cs
2025-08-06 17:55:35 +09:00

9 lines
109 B
C#

using UnityEngine;
namespace DDD
{
public class CustomerCharacter : MonoBehaviour
{
}
}