10 lines
142 B
C#
10 lines
142 B
C#
using RootMotion;
|
|
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame
|
|
{
|
|
public class RunManager : Singleton<RunManager>
|
|
{
|
|
|
|
}
|
|
} |