mirror of
https://github.com/smyalygames/monopoly.git
synced 2025-05-17 22:04:11 +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">
|
||||
<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>
|
||||
|
@ -1,8 +1,4 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Cards
|
||||
public class Cards
|
||||
{
|
||||
|
||||
public int card_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user