示例#1
0
文件: Animation.cs 项目: stuart2w/SAW
 protected static void Add(AnimationController controller)
 {
     g_List.Add(controller.m_Target, controller);
 }