1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00
xNode/Example/Nodes/DisplayValue.cs
2017-10-13 20:28:40 +02:00

7 lines
104 B
C#

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