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:
3
Assets/HotUpdateScripts/GameLogic.asmdef
Normal file
3
Assets/HotUpdateScripts/GameLogic.asmdef
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "GameLogic"
|
||||
}
|
7
Assets/HotUpdateScripts/GameLogic.asmdef.meta
Normal file
7
Assets/HotUpdateScripts/GameLogic.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec2172fb63c4483498f99b638f43b142
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
11
Assets/HotUpdateScripts/GameMain.cs.meta
Normal file
11
Assets/HotUpdateScripts/GameMain.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07e9bcbebe0bc5e44a223b7feac982de
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user