关于CCAnimation源码中函数的命名

CCAnimation中的create函数被重载了两次,其中空参数的几乎没用,还有一个是create(CCArray* arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops),这个干嘛不命名成createWithAnimationFrames,正好跟createWithSpriteFrames对应啊