Files
UltimateFishing/Assets/Scripts/Assembly-UnityScript/height_output_class.cs
2026-02-21 16:45:37 +08:00

17 lines
197 B
C#

using System;
[Serializable]
public class height_output_class
{
public float value;
public float strength;
public bool perlin_foldout;
public height_output_class()
{
strength = 1f;
}
}