StudioDataManager.cs 141 B

1234567891011
  1. using System.Collections.Generic;
  2. namespace GFGGame
  3. {
  4. public class StudioDataManager : SingletonBase<StudioDataManager>
  5. {
  6. }
  7. }