Files
MuHua-Core/Assets/ModuleTools/DataSutureTool.cs
T
MuHua-123 698464b9d7 1
2024-11-29 18:10:02 +08:00

13 lines
348 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class DataSutureTool {
//public static float SutureLength(this DataSuture suture) {
// if (suture.a.MaxLength < suture.b.MaxLength) {
// return suture.a.MaxLength;
// }
// else { return suture.b.MaxLength; }
//}
}