예제 #1
0
 //---------------------------------------------------------------------
 public EbGrid(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }
예제 #2
0
 //-------------------------------------------------------------------------
 public ComponentFactory(EntityMgr entity_mgr)
     : base(entity_mgr)
 {
 }
예제 #3
0
파일: RpcSession.cs 프로젝트: xubingyue/def
 //---------------------------------------------------------------------
 public RpcSession(EntityMgr entity_mgr, IRpcPeer rpc_peer)
 {
     mEntityMgr = entity_mgr;
     mRpcPeer   = rpc_peer;
 }
예제 #4
0
 //-------------------------------------------------------------------------
 public IComponentFactory(EntityMgr entity_mgr)
 {
     mEntityMgr = entity_mgr;
 }