FBClient.Core.Entities.PowerUp.PowerUp C# (CSharp) Method

PowerUp() public method

public PowerUp ( Point cellPosition ) : System.Collections.Generic
cellPosition Microsoft.Xna.Framework.Point
return System.Collections.Generic
        public PowerUp(Point cellPosition)
            : base(cellPosition)
        {
            Initialize();
        }

Same methods

PowerUp::PowerUp ( Point cellPosition, PowerUpType type ) : System.Collections.Generic