コード例 #1
0
ファイル: DustKernel.cs プロジェクト: MondoAurora/Montru2019
 public DustEntity resolveKeyImpl(DustKey key)
 {
     return(getEntity(key.module, key.key));
 }
コード例 #2
0
ファイル: DustKernel.cs プロジェクト: MondoAurora/Montru2019
 public static DustDataEntity getEntity(DustKey key)
 {
     return(getSystem().getEntity(key.module, key.key));
 }