Exemplo n.º 1
0
 private void Awake()
 {
     this.m_GoodsDrop = base.gameObject.AddComponent <GoodsDrop>();
     this.m_GoodsDrop.SetDropEnd(new Action(this.DropEnd));
     this.InitTrail();
     this.OnAwakeInit();
 }
Exemplo n.º 2
0
 protected virtual void AwakeInit()
 {
     this.m_GoodsDrop = base.gameObject.AddComponent <GoodsDrop>();
     this.m_GoodsDrop.SetDropEnd(new Action(this.DropEnd));
 }