Exemplo n.º 1
0
 //---------------------------------------------------------------------
 public EbGrid(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }
Exemplo n.º 2
0
 //-------------------------------------------------------------------------
 public ComponentFactory(EntityMgr entity_mgr)
     : base(entity_mgr)
 {
 }
Exemplo n.º 3
0
 //---------------------------------------------------------------------
 public RpcSession(EntityMgr entity_mgr, IRpcPeer rpc_peer)
 {
     mEntityMgr = entity_mgr;
     mRpcPeer   = rpc_peer;
 }
Exemplo n.º 4
0
 //-------------------------------------------------------------------------
 public IComponentFactory(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }