Core.cs 276 B

123456789101112131415
  1. using GadgetCore;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using UnityEngine;
  7. namespace SplashTexts
  8. {
  9. internal static class Core
  10. {
  11. public static GadgetLogger logger;
  12. public static Texture defaultTitleTexture;
  13. }
  14. }