예제 #1
0
 public override void onGetBase()
 {
     baseEntityCall = new EntityBaseEntityCall_AvatarBase(id, className);
     component1.onGetBase();
     component2.onGetBase();
     component3.onGetBase();
 }
예제 #2
0
 public override void onGetBase()
 {
     baseEntityCall = new EntityBaseEntityCall_AvatarBase(id, className);
 }
예제 #3
0
 public override void onGetBase()
 {
     baseEntityCall           = new EntityBaseEntityCall_AvatarBase();
     baseEntityCall.id        = id;
     baseEntityCall.className = className;
 }