Project_WL/Assets/Script/Character/PC/PCUIActor.cs

12 lines
142 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
using UnityEngine;
public class PCUIActor : MonoBehaviour
{
2024-12-27 00:52:17 +00:00
public Transform tf_Head;
2024-12-15 01:39:39 +00:00
2024-12-27 00:52:17 +00:00
public void Set(int costumeid)
2024-12-15 01:39:39 +00:00
{
}
}