12 lines
200 B
C#
12 lines
200 B
C#
|
//Update SC
|
||
|
using UnityEngine;
|
||
|
using System.Collections;
|
||
|
|
||
|
public class T4MBillBObjSC : MonoBehaviour {
|
||
|
|
||
|
[HideInInspector]
|
||
|
public Renderer Render;
|
||
|
[HideInInspector]
|
||
|
public Transform Transf;
|
||
|
|
||
|
}
|