8 wiersze
218 B
C#
8 wiersze
218 B
C#
namespace Unity.VisualScripting
|
|
{
|
|
[Inspector(typeof(ushort))]
|
|
public class UshortInspector : DiscreteNumberInspector<ushort>
|
|
{
|
|
public UshortInspector(Metadata metadata) : base(metadata) { }
|
|
}
|
|
}
|