feat(init): 搭建初始的项目框架
This commit is contained in:
3
Assets/Script/Player/Player.asmdef
Normal file
3
Assets/Script/Player/Player.asmdef
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "Player"
|
||||
}
|
3
Assets/Script/Player/Player.asmdef.meta
Normal file
3
Assets/Script/Player/Player.asmdef.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f9c4db94c16f41feaa2a3b1ea6785a04
|
||||
timeCreated: 1760362801
|
9
Assets/Script/Player/PlayerMoveController.cs
Normal file
9
Assets/Script/Player/PlayerMoveController.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
namespace Player
|
||||
{
|
||||
public class PlayerMoveController : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
3
Assets/Script/Player/PlayerMoveController.cs.meta
Normal file
3
Assets/Script/Player/PlayerMoveController.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6025e0f3c5664b9c8c01a994fb1e0620
|
||||
timeCreated: 1760362812
|
Reference in New Issue
Block a user