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