ProjectDDD/Assets/_DDD/_Scripts/RestaurantCharacter/RestaurantPlayerCharacter.cs

9 lines
123 B
C#
Raw Normal View History

2025-07-09 09:45:11 +00:00
using UnityEngine;
namespace DDD
{
public class RestaurantPlayerCharacter : RestaurantCharacter
{
}
}