public static CCScene Scene() { CCScene scene = new CCScene(); HelloNSNotification layer = new HelloNSNotification(); scene.addChild(layer); return scene; }
public static CCScene Scene() { CCScene scene = new CCScene(); HelloNSNotification layer = new HelloNSNotification(); scene.addChild(layer); return(scene); }