Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ComponentChest.cs
浏览该文件的文档.
3
4namespace Game {
7
8 public override void Load(ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap) {
9 base.Load(valuesDictionary, idToEntityMap);
11 if (m_componentBlockEntity != null) {
12 m_componentBlockEntity.m_inventoryToGatherPickable = this;
13 }
14 }
15 }
16}
ComponentBlockEntity m_componentBlockEntity
override void Load(ValuesDictionary valuesDictionary, IdToEntityMap idToEntityMap)
ValuesDictionary ValuesDictionary