コード例 #1
0
 /// <summary>
 /// The get properties.
 /// </summary>
 public void GetProperties()
 {
     Operations.GetProperties(this.game, this.id, this.type, this.PropertyRevision);
 }
コード例 #2
0
 /// <summary>
 /// The get initial properties.
 /// </summary>
 public void GetInitialProperties()
 {
     Operations.GetProperties(this.game, this.id, this.type, null);
 }