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

Drop() public method

public Drop ( int i, int j, int type, int &dropType ) : bool
i int
j int
type int
dropType int
return bool
		public virtual bool Drop(int i, int j, int type, ref int dropType)
		{
			return true;
		}