12        private string _name = 
"<None>";
 
   17        public string Name { 
get => _name; 
set => _name = value; }
 
An object tied to the cell index of a RoomComponent.
A component for defining a cell feature.
string Name
The feature name. This name should exactly match the feature name of the corresponding map tile if yo...