mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-07-05 07:41:01 +02:00
Removed unecessary usings
This commit is contained in:
parent
d7c142590c
commit
6765db0689
1
.idea/.idea.Monopoly/.idea/indexLayout.xml
generated
1
.idea/.idea.Monopoly/.idea/indexLayout.xml
generated
@ -3,6 +3,7 @@
|
|||||||
<component name="ContentModelUserStore">
|
<component name="ContentModelUserStore">
|
||||||
<attachedFolders />
|
<attachedFolders />
|
||||||
<explicitIncludes>
|
<explicitIncludes>
|
||||||
|
<Path>Assets</Path>
|
||||||
<Path>Library/PackageCache/com.unity.collab-proxy@1.3.9</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.ext.nunit@1.0.0</Path>
|
||||||
<Path>Library/PackageCache/com.unity.ide.rider@1.2.1</Path>
|
<Path>Library/PackageCache/com.unity.ide.rider@1.2.1</Path>
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
using System.Collections;
|
public class Cards
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
|
|
||||||
public class Cards
|
|
||||||
{
|
{
|
||||||
|
|
||||||
public int card_id;
|
public int card_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user