Example #1
0
 /// <summary>
 /// </summary>
 public GameUser()
     : base(AccessLevel.ReadWrite)
 {
     Property = new UserProperty();
 }
Example #2
0
 /// <summary>
 /// </summary>
 public GameUser()
     : base(AccessLevel.ReadWrite)
 {
     Property = new UserProperty();
 }
Example #3
0
 /// <summary>
 /// </summary>
 public GameUser()
 {
     Property = new UserProperty();
 }
Example #4
0
 /// <summary>
 /// </summary>
 public GameUser()
 {
     Property = new UserProperty();
 }