示例#1
0
文件: Frame.cs 项目: j0nat/JCIW
 public void AddGameComponent(IJCIWGameComponent gameComponent, DrawOrder drawOrder)
 {
     graphics.AddGameComponent(gameComponent, drawOrder);
 }