JJBB/Assets/Project/Script/T4M/T4MBillBObjSC.cs
2024-08-23 15:49:34 +08:00

12 lines
200 B
C#

//Update SC
using UnityEngine;
using System.Collections;
public class T4MBillBObjSC : MonoBehaviour {
[HideInInspector]
public Renderer Render;
[HideInInspector]
public Transform Transf;
}