mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 08:09:04 +00:00
地图加载后才返回
This commit is contained in:
parent
58dd0980dd
commit
578162fe24
@ -1,4 +1,5 @@
|
||||
using Milimoe.FunGame.Core.Library.Common.Addon;
|
||||
using Milimoe.FunGame.Core.Interface.Base;
|
||||
using Milimoe.FunGame.Core.Library.Common.Addon;
|
||||
using Oshima.Core.Constant;
|
||||
|
||||
namespace Oshima.FunGame.OshimaMaps
|
||||
@ -20,5 +21,12 @@ namespace Oshima.FunGame.OshimaMaps
|
||||
public override int Height => 3;
|
||||
|
||||
public override float Size => 6;
|
||||
|
||||
public override GameMap InitGamingQueue(IGamingQueue queue)
|
||||
{
|
||||
GameMap map = new AnonymousMap();
|
||||
map.Load();
|
||||
return map;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
using Milimoe.FunGame.Core.Library.Common.Addon;
|
||||
using Milimoe.FunGame.Core.Interface.Base;
|
||||
using Milimoe.FunGame.Core.Library.Common.Addon;
|
||||
using Oshima.Core.Constant;
|
||||
|
||||
namespace Oshima.FunGame.OshimaMaps
|
||||
@ -20,5 +21,12 @@ namespace Oshima.FunGame.OshimaMaps
|
||||
public override int Height => 3;
|
||||
|
||||
public override float Size => 6;
|
||||
|
||||
public override GameMap InitGamingQueue(IGamingQueue queue)
|
||||
{
|
||||
GameMap map = new FastAutoMap();
|
||||
map.Load();
|
||||
return map;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user