remove unused namespace (#738)

This commit is contained in:
minenice55 2024-03-04 00:00:34 -05:00 committed by GitHub
parent 9866663614
commit ae347e932b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -2,7 +2,6 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using HeavenStudio.Util;
using Starpelly;
namespace HeavenStudio.Games.Scripts_LumBEARjack
{

View file

@ -273,7 +273,6 @@ namespace HeavenStudio
Debug.LogWarning("Game loader NtrBackbeatLoader failed!");
}
Debug.Log("Running game loader CtrLumBEARjackLoader");
game = CtrLumBEARjackLoader.AddGame(eventCaller);
if (game != null)
{
@ -284,8 +283,6 @@ namespace HeavenStudio
Debug.LogWarning("Game loader CtrLumBEARjackLoader failed!");
}
Debug.Log("Running game loader AgbMannequinFactoryLoader");
game = AgbMannequinFactoryLoader.AddGame(eventCaller);
if (game != null)
{