winmaped2.Vsp8.Vsp8 C# (CSharp) Méthode

Vsp8() public méthode

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