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

KillSound() 공개 메소드

public KillSound ( int i, int j, int type ) : bool
i int
j int
type int
리턴 bool
		public virtual bool KillSound(int i, int j, int type)
		{
			return true;
		}