mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
HotFix demo
HotFix demo
This commit is contained in:
20
Assets/HotFix/GameHotfixEntry.cs
Normal file
20
Assets/HotFix/GameHotfixEntry.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using TEngine.Runtime;
|
||||
|
||||
namespace HotFix
|
||||
{
|
||||
public class GameHotfixEntry
|
||||
{
|
||||
public static void Start()
|
||||
{
|
||||
Log.Debug("HotFix.GameHotfixEntry");
|
||||
}
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user