Terraria.ModLoader.ModPlayer.CanHitNPCWithProj C# (CSharp) Метод

CanHitNPCWithProj() публичный Метод

public CanHitNPCWithProj ( Projectile proj, NPC target ) : bool?
proj Projectile
target NPC
Результат bool?
        public virtual bool? CanHitNPCWithProj(Projectile proj, NPC target)
        {
            return null;
        }