FFACETools.FFACE.GetStorageMax C# (CSharp) Method

GetStorageMax() private method

private GetStorageMax ( int instanceID ) : byte
instanceID int
return byte
        private static extern byte GetStorageMax(int instanceID);
FFACE