报错修改

This commit is contained in:
2025-07-02 10:05:26 +08:00
parent c2bf9196b8
commit ec8b2f7e25
405 changed files with 16738 additions and 1883 deletions

View File

@@ -0,0 +1,12 @@
using UnityEngine;
namespace Main
{
public struct DigitalHumanPointData
{
public string pointName;
public string boundName;
public Transform boundTransform;
public Transform pointTransform;
}
}