FFACETools.FFACE.SetFishHP C# (CSharp) Method

SetFishHP() private method

private SetFishHP ( int InstanceID, int value ) : bool
InstanceID int
value int
return bool
        private static extern bool SetFishHP(int InstanceID, int value);
FFACE