搜索结果: *

  • 用户:Trppy
  • 内容:主题
  • 按日期排序
  1. BL Coding function ApplyAoeMoraleEffect calculation error or just an unused variable?

    The MathF.Clamp function call's return value is unused: MathF.Clamp(num3 / (radius + 0.5f), 0f, 0.5f); public static float Clamp(float value, float minValue, float maxValue) { return Math.Max(Math.Min(value, maxValue), minValue); } public void...
后退
顶部 底部