Terraria.ModLoader.GlobalWall.KillSound C# (CSharp) Méthode

KillSound() public méthode

public KillSound ( int i, int j, int type ) : bool
i int
j int
type int
Résultat bool
		public virtual bool KillSound(int i, int j, int type)
		{
			return true;
		}