Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncVector4"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncVector4(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncULong"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncULong(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncBase{T}"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 protected PropertySyncBase(SyncValueAttributeInfo syncValueAttributeInfo)
 {
     _syncValueAttributeInfo = (SyncValueAttributeInfo <T>)syncValueAttributeInfo;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncUShort"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncUShort(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncSpriteEffects"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncSpriteEffects(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncWeaponType"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncWeaponType(SyncValueAttributeInfo syncValueAttributeInfo)
     : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncMapEntityIndex"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncMapEntityIndex(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncRectangle"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncRectangle(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncMapID"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncMapID(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncPoint"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncPoint(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncContentAssetName"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncContentAssetName(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncByte"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncByte(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncGrhIndex"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncGrhIndex(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
Exemple #14
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncTextureAssetName"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncTextureAssetName(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertySyncColor"/> class.
 /// </summary>
 /// <param name="syncValueAttributeInfo">The <see cref="SyncValueAttributeInfo"/>.</param>
 public PropertySyncColor(SyncValueAttributeInfo syncValueAttributeInfo) : base(syncValueAttributeInfo)
 {
 }