示例#1
0
 //---------------------------------------------------------------------
 public EbGrid(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }
示例#2
0
 //-------------------------------------------------------------------------
 public ComponentFactory(EntityMgr entity_mgr)
     : base(entity_mgr)
 {
 }
示例#3
0
 //---------------------------------------------------------------------
 public RpcSession(EntityMgr entity_mgr, IRpcPeer rpc_peer)
 {
     mEntityMgr = entity_mgr;
     mRpcPeer   = rpc_peer;
 }
示例#4
0
 //-------------------------------------------------------------------------
 public IComponentFactory(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }