fCraft.SpellStartBehavior.HitPlayer C# (CSharp) Method

HitPlayer() public method

public HitPlayer ( World world, Vector3I pos, Player hitted, Player by, int &restDistance, IList updates ) : void
world World
pos Vector3I
hitted Player
by Player
restDistance int
updates IList
return void
        public void HitPlayer( World world, Vector3I pos, Player hitted, Player by, ref int restDistance, IList<BlockUpdate> updates )
        {
        }