Terraria.ModLoader.GlobalWall.KillWall C# (CSharp) Method

KillWall() public method

public KillWall ( int i, int j, int type, bool &fail ) : void
i int
j int
type int
fail bool
return void
		public virtual void KillWall(int i, int j, int type, ref bool fail)
		{
		}