Drought.Graphics.Particles.ProjectileTrailParticleSystem.ProjectileTrailParticleSystem C# (CSharp) Метод

ProjectileTrailParticleSystem() публичный Метод

public ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System
content Microsoft.Xna.Framework.Content.ContentManager
device GraphicsDevice
Результат System
        public ProjectileTrailParticleSystem(ContentManager content, GraphicsDevice device)
            : base(content, device)
        {
        }