ProjectDDD/Assets/_DDD/_Scripts/RestaurantCharacter/Npc/Customer/CustomerCharacter.cs

9 lines
109 B
C#
Raw Normal View History

2025-08-06 08:45:32 +00:00
using UnityEngine;
namespace DDD
{
public class CustomerCharacter : MonoBehaviour
{
}
}