winmaped2.Vsp8.Vsp8 C# (CSharp) Method

Vsp8() public method

public Vsp8 ( ) : System
return System
        public Vsp8()
        {
            Tiles = new ArrayList();
            Animations = new ArrayList();
            Palette = new Vsp8Palette();
        }