// Start is called before the first frame update
 void Start()
 {
     lavel = GetComponent <LavelInfo>();
 }
Example #2
0
 // Update is called once per frame
 void Update()
 {
     lavel = GetComponent <LavelInfo>();
 }