mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +08:00
6 lines
92 B
C#
6 lines
92 B
C#
using UnityEngine;
|
|
|
|
public class DisplayValue : Node {
|
|
[Input] public float value;
|
|
}
|