Example #1
0
		public CrossBow(Material _material) : base(EALNouns.Crossbow, _material) { }
Example #2
0
		public Torch(Material _material)
			: base(EALNouns.Torch, _material, 30, FColor.Orange)
		{
		}
Example #3
0
		public Axe(EALNouns _name, Material _material)
			: base(_name, _material)
		{
		}