报错修改
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Main
|
||||
{
|
||||
public struct DigitalHumanPointData
|
||||
{
|
||||
public string pointName;
|
||||
public string boundName;
|
||||
public Transform boundTransform;
|
||||
public Transform pointTransform;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user