コード例 #1
0
ファイル: MetadataProxy.cs プロジェクト: penzhaohui/Crab
 static public EntityDef[] GetEntityDefs()
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetEntityDefs());
     }
 }