Ejemplo n.º 1
0
 private void Start()
 {
     component = new ClickthroughComponent(this);
 }
Ejemplo n.º 2
0
 private void OnEnable()
 {
     component = new ClickthroughComponent(this);
     DATA.GLOBAL.Add(this);
 }