Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison API/Objects/GameSystem.cs @ 499:2fc99446f9c9 default tip
Add initial structure for categories of equipment
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 16 Oct 2016 20:26:44 +0100 |
parents | b622937ac879 |
children |
comparison
equal
deleted
inserted
replaced
498:51123a620455 | 499:2fc99446f9c9 |
---|---|
354 preferred = str2; | 354 preferred = str2; |
355 } | 355 } |
356 | 356 |
357 return preferred; | 357 return preferred; |
358 } | 358 } |
359 | |
360 public EquipmentCategory[] EquipmentCategories | |
361 { | |
362 get; | |
363 set; | |
364 } | |
359 } | 365 } |
360 } | 366 } |