初始化项目

This commit is contained in:
MuHua-123
2024-12-02 17:16:44 +08:00
parent 698464b9d7
commit 0ff284b795
327 changed files with 87 additions and 21751 deletions
+9 -12
View File
@@ -2,17 +2,14 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ModuleInput : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
/// <summary>
/// 输入模块
/// </summary>
public abstract class ModuleInput : MonoBehaviour {
/// <summary> 必须要初始化 </summary>
protected abstract void Awake();
/// <summary> 核心模块 </summary>
protected virtual ModuleCore ModuleCore => ModuleCore.I;
// Update is called once per frame
void Update()
{
}
public abstract Vector2 MousePosition { get; }
}
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 890a3e1c641efcb418cc76bfb893d22e
guid: 4661df0b8dac9f640a09daa01cac9ea1
MonoImporter:
externalObjects: {}
serializedVersion: 2