using System.Collections.Generic; namespace GFGGame { public class ArenaDataManager : SingletonBase<ArenaDataManager> { } }