summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Battle/BattleManager.cs
blob: 8372139c6263e183150cb74ed8a41a492aba8231 (plain)
1
2
3
4
5
6
7
8
9
10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class BattleManager : Singleton<BattleManager>
{



}