PrinceGame.Sprite.Splash C# (CSharp) Method

Splash() public method

public Splash ( bool player, GameTime gametime ) : void
player bool
gametime GameTime
return void
        public void Splash(bool player, GameTime gametime)
        {
            Splash splash__1 = new Splash(Maze.player.SpriteRoom, Position.Value, graphicsDevice, SpriteEffects.None, player);
            Maze.sprites.Add(splash__1);
        }