[+] BattleCore Empty

[+] BattleCore Empty
This commit is contained in:
ALEXTANG
2023-04-24 22:50:37 +08:00
parent 8b03807dae
commit b50ef83c4f
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BattleCore.Runtime
{
public class Empty : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}