BinhlEmul.WorldObjects.RedstoneTorch.RedstoneTorch C# (CSharp) Метод

RedstoneTorch() публичный Метод

public RedstoneTorch ( int x, int y, int z, Direction dir, World world )
x int
y int
z int
dir Direction
world World
        public RedstoneTorch(int x, int y, int z, Direction dir, World world)
            : base(x, y, z, world)
        {
            PlaceBlockDirect = dir;
            ChangetCount = 0;
            OldValue = false;
            BurntOut = false;
            BlockTime = 0;
        }