Exemplo n.º 1
0
 public override void onLoseCell()
 {
     cellEntityCall = null;
 }
Exemplo n.º 2
0
 public override void onGetCell()
 {
     cellEntityCall = new EntityCellEntityCall_RoomBase(id, className);
 }
Exemplo n.º 3
0
 public override void onGetCell()
 {
     cellEntityCall           = new EntityCellEntityCall_RoomBase();
     cellEntityCall.id        = id;
     cellEntityCall.className = className;
 }