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)
        {
        }