예제 #1
0
 void Start()
 {
     gun   = gunMoveScript.Instance;
     curHp = totleHp;
     game  = gameConllerScript.Instance;
     text  = textScript.Instance;
 }
예제 #2
0
 void Awake()
 {
     Instance = this;
 }