Přidány základy generování mapy (zatím pouze server-side, bez zrcadlení do clienta)
This commit is contained in:
parent
8a3267cc4b
commit
8801a7c919
6 changed files with 100 additions and 1 deletions
|
|
@ -1,9 +1,13 @@
|
|||
using FNAF_Server.Map;
|
||||
using PacketLib;
|
||||
|
||||
namespace FNAF_Server;
|
||||
|
||||
public class GameLogic {
|
||||
|
||||
public static void Init() {
|
||||
MapManager.InitMap();
|
||||
}
|
||||
public static void Update() {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue