1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 17:26:02 +08:00
xNode/Example/Nodes/DisplayValue.cs
2017-10-09 00:29:40 +02:00

6 lines
92 B
C#

using UnityEngine;
public class DisplayValue : Node {
[Input] public float value;
}