diff 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
line wrap: on
line diff
--- a/API/Objects/GameSystem.cs	Sun Apr 28 19:34:15 2013 +0100
+++ b/API/Objects/GameSystem.cs	Sun Oct 16 20:26:44 2016 +0100
@@ -356,5 +356,11 @@
 			
 			return preferred;
 		}
+
+		public EquipmentCategory[] EquipmentCategories
+		{
+			get;
+			set;
+		}
 	}
 }