CEngineSharp_Server.World.Maps.Map.Map C# (CSharp) 메소드

Map() 공개 메소드

public Map ( ) : System
리턴 System
        public Map()
        {
            this.tiles = new Tile[0, 0];

            this.players = new List<Player>();

            this.items = new List<MapItem>();

            this.mapNpcs = new List<MapNpc>();
        }