Removed unecessary usings

This commit is contained in:
Anthony Berg 2020-09-04 20:46:45 +01:00
parent d7c142590c
commit 6765db0689
2 changed files with 2 additions and 5 deletions

View File

@ -3,6 +3,7 @@
<component name="ContentModelUserStore">
<attachedFolders />
<explicitIncludes>
<Path>Assets</Path>
<Path>Library/PackageCache/com.unity.collab-proxy@1.3.9</Path>
<Path>Library/PackageCache/com.unity.ext.nunit@1.0.0</Path>
<Path>Library/PackageCache/com.unity.ide.rider@1.2.1</Path>

View File

@ -1,8 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Cards
public class Cards
{
public int card_id;