Skip to content

Instantly share code, notes, and snippets.

@videlais
Created October 20, 2013 03:24
Embed
What would you like to do?
ActionScript 3 Example 6 Registry Version 1
package
{
/**
* ...
* @author Dan Cox
*/
public class Registry
{
public static var player:PlayerSprite;
public function Registry()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment