示例#1
0
 public void ShowInstructionMessage(double positionX, double positionY, IntPtr visualCustomizeHandle)
 {
     renderer.Intructions_Draw(dotaProcessHandle, window, (float)positionX, (float)positionY, visualCustomizeHandle);
 }