mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
TEngine Commit 1.0.0
TEngine Commit 1.0.0
This commit is contained in:
19
Assets/HotUpdateScripts/GameMain.cs
Normal file
19
Assets/HotUpdateScripts/GameMain.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace GameLogic
|
||||
{
|
||||
public class GameMain
|
||||
{
|
||||
public void RunMain()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user