Exemplo n.º 1
0
 public void BuildFromProto(GameObject_proto Proto)
 {
     this.Proto = Proto;
     Entry = Proto.Entry;
     Unks = Proto.Unks;
     DisplayID = Proto.DisplayID;
 }
Exemplo n.º 2
0
 public void BuildFromProto(GameObject_proto Proto)
 {
     this.Proto = Proto;
     Entry      = Proto.Entry;
     Unks       = Proto.Unks;
     DisplayID  = Proto.DisplayID;
 }
Exemplo n.º 3
0
 public void BuildFromProto(GameObject_proto Proto)
 {
     if (Proto == null)
     {
         return;
     }
     this.Proto = Proto;
     Entry      = Proto.Entry;
     Unks       = Proto.Unks;
     DisplayID  = Proto.DisplayID;
 }