9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
|
using UnityEngine;
|
||
|
using System.Collections;
|
||
|
|
||
|
public class Waffle : MonoBehaviour
|
||
|
{
|
||
|
public WAFFLE_TYPE type;
|
||
|
public Node node;
|
||
|
}
|