Esempio n. 1
0
 public void setObjgather(lc_ObjGather objgather)
 {
     if (objgather == null)
     {
         this.objgather = objgather;
     }
 }
Esempio n. 2
0
 public void setObjgather(lc_ObjGather objgather)
 {
     if (objgather == null)
     {
         this.objgather = objgather;
         InitGameObj();
     }
 }
Esempio n. 3
0
 public lc_ObjManager(lc_ObjGather objgather)
 {
     this.objgather = objgather;
     InitGameObj();
 }
Esempio n. 4
0
 public lc_ObjViewer(lc_ObjGather objgather)
 {
     this.objgather = objgather;
 }