9 lines
179 B
C#
9 lines
179 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
namespace BlueWaterProject
|
||
|
{
|
||
|
public class TycoonMapInfo : MonoBehaviour
|
||
|
{
|
||
|
[field: SerializeField] public Transform Tables { get; set; }
|
||
|
}
|
||
|
}
|