14 lines
209 B
C#
14 lines
209 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace XED
|
|
{
|
|
public class Cell : MonoBehaviour
|
|
{
|
|
public bool isLoad;
|
|
public GameObject load;
|
|
|
|
}
|
|
}
|