Eventy upraveny pro podporu dvou hráčů. Všechny dveře se zobrazují na správných pozicích pro oba hráče.
This commit is contained in:
parent
cea56112ea
commit
3049417914
18 changed files with 157 additions and 75 deletions
|
|
@ -6,7 +6,7 @@ namespace FNAF_Server.Map;
|
|||
public class MapTile : GlobalMapTile<TileConnector, MapTile> {
|
||||
public ServerPlayer Owner{ get; private set; }
|
||||
|
||||
public MapTile(int id, ServerPlayer owner) : base(id) {
|
||||
public MapTile(int id, ServerPlayer owner) : base(id, MapManager.IdToCoords(id)) {
|
||||
Owner = owner;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue