Inheritance: MonoBehaviour
Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     myView = GetComponent<PhotonView>();
     rotateScript = GetComponent<RotatableGuiItem>();
     startTime= PhotonNetwork.time;
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     myView       = GetComponent <PhotonView>();
     rotateScript = GetComponent <RotatableGuiItem>();
     startTime    = PhotonNetwork.time;
 }