/ Published in: ActionScript 3
Expand |
Embed | Plain Text
private static var _singleton:ThisClass; public static function get Singleton():ThisClass { if(!_singleton) _singleton = new ThisClass(); return _singleton; }
You need to login to post a comment.
