7 lines
97 B
C#
7 lines
97 B
C#
using UnityEngine;
|
|
|
|
public class CellComponent : MonoBehaviour
|
|
{
|
|
public GameObject Socket;
|
|
}
|