init():初始化仓库提交,包括gitignore
This commit is contained in:
3
Assets/Script/Card/Card.asmdef
Normal file
3
Assets/Script/Card/Card.asmdef
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Card"
|
||||
}
|
7
Assets/Script/Card/Card.asmdef.meta
Normal file
7
Assets/Script/Card/Card.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec826b79cbc40da479bcc7969404880e
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
22
Assets/Script/Card/CardData.cs
Normal file
22
Assets/Script/Card/CardData.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Card
|
||||
{
|
||||
public class CardData : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
11
Assets/Script/Card/CardData.cs.meta
Normal file
11
Assets/Script/Card/CardData.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c9f5640c7fc55141af2931d0caed1e0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user