6236c42928e90399d7c3242bdd21e1fcdd1d6011
Dev Ghai Removing byte order mark us...

Dev Ghai authored 11 years ago

1) using System.Collections.Generic;
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

2) using ProtoBuf;
Dev Ghai Revert "Removing byte order...

Dev Ghai authored 11 years ago

3) 
4) namespace Boggle
5) {
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

6)     [ProtoContract]
Dev Ghai Revert "Removing byte order...

Dev Ghai authored 11 years ago

7)     public class ListWord
8)     {
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

9)         [ProtoMember(1)]
Dev Ghai Revert "Removing byte order...

Dev Ghai authored 11 years ago

10)         public bool IsWord;
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

11) 
12)         [ProtoMember(2)]