DungeonMasterEngine.DungeonContent.Actuators.Wall.CounterActuator.Decrease C# (CSharp) Method

Decrease() public method

public Decrease ( ) : void
return void
        public void Decrease() => Count--;
    }