tModLoader Need help with v0.1.0 and NewTileCollideStyle

c:\Users\MyName\Documents\My Games\Terraria\ModLoader\Mod Sources\Neskuim\Items\Projectiles\Minions\HoverShooter.cs(214,24) : error CS0115: 'Neskuim.Items.Projectiles.Minions.HoverShooter.NewTileCollideStyle(ref int, ref int, ref bool)': no suitable method found to override

Doesn't work the code is:
public override bool NewTileCollideStyle(ref int width, ref int height, ref bool fallThrough)
{
fallThrough = true;
return true;
}

Can I haz helps? I toke this off the Example Mod
 
Back
Top Bottom