Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
LargeDryBushBlock.cs
浏览该文件的文档.
1namespace Game {
3 public static int Index = 99;
4
5 public override void GetDropValues(SubsystemTerrain subsystemTerrain,
6 int oldValue,
7 int newValue,
8 int toolLevel,
9 List<BlockDropValue> dropValues,
10 out bool showDebris) {
11 dropValues.Add(new BlockDropValue { Value = 23, Count = 1 });
12 showDebris = true;
13 }
14 }
15}
override void GetDropValues(SubsystemTerrain subsystemTerrain, int oldValue, int newValue, int toolLevel, List< BlockDropValue > dropValues, out bool showDebris)