Mercurial > repos > IBBoard.WarFoundry.API.Tests
comparison API/Objects/Mock/MockUnitType.cs @ 14:19fc7a733064
Re #198: Add slots with counts to units
* Start testing unit
* Add more mock objects
* Make MockUnitType define its category
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 23 Oct 2009 19:57:03 +0000 |
parents | a4e7e938d065 |
children | a3bc8174299f |
comparison
equal
deleted
inserted
replaced
13:ca5d7c2c7493 | 14:19fc7a733064 |
---|---|
9 { | 9 { |
10 public class MockUnitType : UnitType | 10 public class MockUnitType : UnitType |
11 { | 11 { |
12 public MockUnitType () : base("mockunittype", "Mock Unit Type", MockRace.GetMockRace()) | 12 public MockUnitType () : base("mockunittype", "Mock Unit Type", MockRace.GetMockRace()) |
13 { | 13 { |
14 MainCategory = new MockCategory(); | |
14 } | 15 } |
15 } | 16 } |
16 } | 17 } |