예제 #1
0
 // Use this for initialization
 void Awake()
 {
     MS    = GameObject.Find("EventScene").GetComponent <EventScene>();
     PS    = GameObject.Find("PlayerStatus").GetComponent <PlayerStatus>();
     MDATA = GameObject.Find("MONSTERStatus").GetComponent <MONSTERStatus>();
 }
예제 #2
0
 // Use this for initialization
 void Awake()
 {
     MONDATASET = GameObject.Find("MONSTERStatus").GetComponent <MONSTERStatus>();
     MONCount   = GameObject.Find("EventScene").GetComponent <EventScene>();
 }