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

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