地图初步
This commit is contained in:
10
Assets/Scripts/MainGame/GameRun/RunManager.cs
Normal file
10
Assets/Scripts/MainGame/GameRun/RunManager.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using RootMotion;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame
|
||||
{
|
||||
public class RunManager : Singleton<RunManager>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user