PGMEBackend.Entities.Warp.Warp C# (CSharp) Method

Warp() public method

public Warp ( ) : System
return System
        public Warp()
            : base()
        {
            rawDataOrig = new byte[0x8];
            rawData = new byte[0x8];
        }

Same methods

Warp::Warp ( int offset, GBAROM ROM ) : System
Warp::Warp ( short xPos, short yPos ) : System