using UnityEngine; namespace DDD { public class RestaurantCharacter : MonoBehaviour, IGameCharacter { } }