Show
Ignore:
Timestamp:
06/27/09 13:59:49 (14 months ago)
Author:
ibboard
Message:
  • Fix line terminators

no-open-ticket

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • IBBoard.WarFoundry.API/trunk/api/Objects/Stat.cs

    r29 r143  
    2727        } 
    2828 
     29        public string ParentSlotName 
     30        { 
     31            get { return ParentSlot.Name; } 
     32        } 
     33 
    2934        public string SlotValueString 
    3035        {