This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace WindowsGame2 | |
import System.IO | |
import Microsoft.Xna.Framework | |
public class Extractor(Game): | |
private graphics as GraphicsDeviceManager | |
private basePath as string | |
private outPath as string | |