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