Core.cs 190 B

1234567891011
  1. using GadgetCore;
  2. using UnityEngine;
  3. namespace SplashTexts
  4. {
  5. internal static class Core
  6. {
  7. public static GadgetLogger logger;
  8. public static Texture defaultTitleTexture;
  9. }
  10. }