コード例 #1
0
ファイル: RegistryBase.cs プロジェクト: lvyitian/Alex
 public void Set(ResourceLocation location, Func <IRegistryEntry <TEntry> > entry)
 {
     Entries.AddOrUpdate(location, entry, (resourceLocation, func) => entry);
 }