20 lines
226 B
C#
20 lines
226 B
C#
/*using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class GUILayoutSelectionGrid : MonoBehaviour
|
|
{
|
|
|
|
// Use this for initialization
|
|
void Start ()
|
|
{
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update ()
|
|
{
|
|
|
|
}
|
|
}*/
|
|
|