Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
IronFenceGateBlock.cs
浏览该文件的文档.
1using Engine;
2namespace Game {
4 public static int Index = 194;
5
6 public IronFenceGateBlock() : base(
7 "Models/IronFenceGate",
8 0.0443f,
9 true,
10 true,
11 58,
12 new Color(192, 192, 192),
13 new Color(80, 80, 80)
14 ) { }
15 }
16}
FenceGateBlock(string modelName, float pivotDistance, bool doubleSided, bool useAlphaTest, int coloredTextureSlot, Color postColor, Color unpaintedColor)