vgquotes/Src/VideoGameQuotes.Api/VoteDirection.cs
2011-02-09 00:05:32 +00:00

6 lines
94 B
C#

namespace VideoGameQuotes.Api {
public enum VoteDirection {
Up = 1,
Down = 0
}
}