private void Start()
 {
     component = new ClickthroughComponent(this);
 }
Beispiel #2
0
 private void OnEnable()
 {
     component = new ClickthroughComponent(this);
     DATA.GLOBAL.Add(this);
 }