chrisgregan
10 years ago
4 changed files with 22 additions and 8 deletions
Binary file not shown.
@ -0,0 +1,13 @@
|
||||
using UnityEngine; |
||||
using System.Collections; |
||||
|
||||
namespace Fungus |
||||
{ |
||||
|
||||
public class Node : MonoBehaviour |
||||
{ |
||||
public Rect nodeRect = new Rect(10, 10, 100, 40); |
||||
public string description = ""; |
||||
} |
||||
|
||||
} |
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 876917146dc4c40f0ba425b6bd6d4e68 |
||||
MonoImporter: |
||||
serializedVersion: 2 |
||||
defaultReferences: [] |
||||
executionOrder: 0 |
||||
icon: {instanceID: 0} |
||||
userData: |
Loading…
Reference in new issue