Update NumericalFilter.cs

Removed unnecessary using statements
This commit is contained in:
thesupersoup 2019-06-25 03:09:40 -07:00
parent 12c26384e7
commit f42fa5942f

View File

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Steamworks.Data
namespace Steamworks.Data
{
struct NumericalFilter
{