Terraria.ModLoader.GlobalWall.KillWall C# (CSharp) 메소드

KillWall() 공개 메소드

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