| 12345678910111213141516171819 |
- using GadgetCore;
- using GadgetCore.API;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using UnityEngine;
- namespace MonsterNests
- {
- internal static class Core
- {
- public static ObjectInfo objectBugspotBig;
- public static ObjectInfo objectSpiderEgg;
- public static ObjectInfo objectGoldenShroom;
- public static GadgetLogger logger;
- }
- }
|