Ejemplo n.º 1
0
        public STHardPointEffect(Game game, float distance, float range, Color color, Color bgColor)
            : base(game)
        {
            sthp = new STHardPoints(game, color, bgColor);

            AddPostProcess(sthp);
        }
        public STHardPointEffect(Game game, float distance, float range, Color color, Color bgColor)
            : base(game)
        {
            sthp = new STHardPoints(game, color, bgColor);

            AddPostProcess(sthp);
        }