Forest_Client/Forest/Assets/PhxhSDK/Phxh/Constants/Constants.Number.cs

9 lines
144 B
C#

using System;
namespace PhxhSDK
{
public partial class Constants
{
public const double DOUBLE_EPSILON = Double.Epsilon;
}
}