chat
This commit is contained in:
16
Hotfix/Game/Helper/GameSceneHelper.cs
Normal file
16
Hotfix/Game/Helper/GameSceneHelper.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Net;
|
||||
using Fantasy;
|
||||
using Fantasy.Network;
|
||||
using Fantasy.Platform.Net;
|
||||
|
||||
namespace NB.Game;
|
||||
|
||||
public static class GameSceneHelper
|
||||
{
|
||||
public static SceneConfig GetSceneConfig(Session session)
|
||||
{
|
||||
var gameSceneConfigs = SceneConfigData.Instance.GetSceneBySceneType(SceneType.Game);
|
||||
|
||||
return gameSceneConfigs.First();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user