Ejemplo n.º 1
0
 /// <summary>
 /// Create an effect of a type
 /// </summary>
 public Effect(EffectType type, Vector3 position, Vector3 rotation, float drawDistance = 0, bool enableSound = false)
     : base(MtaClient.CreateEffect(type.ToString(), position.X, position.Y, position.Z, rotation.X, rotation.Y, rotation.Z, drawDistance, enableSound))
 {
 }