Skip to content

Commit

Permalink
Image/Color comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danpker committed Dec 15, 2010
1 parent fec9383 commit 0485919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RefuLib/Person.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

namespace RefuLib
{
public class Person
Expand All @@ -16,9 +17,9 @@ private enum SkinColour { CAUCASIAN, ASIAN, BLACK}; //TODO alter, not pc
public String commonName { get; set; }
public Age age { get; set; }
public Gender gender { get; set; }
//private Image image { get; set; }
// private Image image { get; set; } //TODO: Need some sort of image class that also works on WP7/WPF
public float height { get; set; }
//private Color eyeColour { get; set; }
// private Color eyeColour { get; set; } //TODO: Need some sort of colour class that also works on WP7/WPF
public HairLength hairLength { get; set; }
public String futureLocation { get; set; }
public String lastKnownLocation { get; set; }
Expand Down

0 comments on commit 0485919

Please sign in to comment.