mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
remove unused namespace (#738)
This commit is contained in:
parent
9f249c4db8
commit
87d1b4ba64
2 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using HeavenStudio.Util;
|
using HeavenStudio.Util;
|
||||||
using Starpelly;
|
|
||||||
|
|
||||||
namespace HeavenStudio.Games.Scripts_LumBEARjack
|
namespace HeavenStudio.Games.Scripts_LumBEARjack
|
||||||
{
|
{
|
||||||
|
|
|
@ -273,7 +273,6 @@ namespace HeavenStudio
|
||||||
Debug.LogWarning("Game loader NtrBackbeatLoader failed!");
|
Debug.LogWarning("Game loader NtrBackbeatLoader failed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Log("Running game loader CtrLumBEARjackLoader");
|
|
||||||
game = CtrLumBEARjackLoader.AddGame(eventCaller);
|
game = CtrLumBEARjackLoader.AddGame(eventCaller);
|
||||||
if (game != null)
|
if (game != null)
|
||||||
{
|
{
|
||||||
|
@ -284,8 +283,6 @@ namespace HeavenStudio
|
||||||
Debug.LogWarning("Game loader CtrLumBEARjackLoader failed!");
|
Debug.LogWarning("Game loader CtrLumBEARjackLoader failed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Log("Running game loader AgbMannequinFactoryLoader");
|
|
||||||
|
|
||||||
game = AgbMannequinFactoryLoader.AddGame(eventCaller);
|
game = AgbMannequinFactoryLoader.AddGame(eventCaller);
|
||||||
if (game != null)
|
if (game != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue