feat(init): 搭建初始的项目框架

This commit is contained in:
2025-10-14 12:39:53 +08:00
parent 3cf503bfa6
commit eba8d5792d
89 changed files with 2782 additions and 100 deletions

View File

@@ -0,0 +1,3 @@
{
"name": "Player"
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f9c4db94c16f41feaa2a3b1ea6785a04
timeCreated: 1760362801

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Player
{
public class PlayerMoveController : MonoBehaviour
{
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6025e0f3c5664b9c8c01a994fb1e0620
timeCreated: 1760362812