예제 #1
0
        public static GoblinBat GetInstance(dynamic key)
        {
            if (Client is null)
            {
                Client = new GoblinBat(key);
            }

            return(Client);
        }
예제 #2
0
        public static GoblinBat GetInstance()
        {
            if (Client == null)
            {
                Client = new GoblinBat();
            }

            return(Client);
        }