mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Hello WWWWWWorld!
This commit is contained in:
18
mobile_version/src/saveclass.as
Normal file
18
mobile_version/src/saveclass.as
Normal file
@@ -0,0 +1,18 @@
|
||||
package {
|
||||
import flash.display.*;
|
||||
import flash.geom.*;
|
||||
import flash.events.*;
|
||||
import flash.net.*;
|
||||
|
||||
public class saveclass extends Sprite {
|
||||
public function saveclass():void {
|
||||
}
|
||||
|
||||
public var explored:Array;// = new Array();
|
||||
public var flags:Array;// = new Array();
|
||||
public var crewstats:Array;// = new Array();
|
||||
public var collect:Array;// = new Array();
|
||||
public var customcollect:Array;// = new Array();
|
||||
public var moods:Array;// = new Array();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user