9 lines
125 B
C#
9 lines
125 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace DDD.Restaurant
|
||
|
{
|
||
|
public class PropUiDisplayComponent : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|