OVRCallback.4.cs 85 B

123
  1. using System;
  2. public delegate void OVRCallback<T, U, V>(T arg1, U arg2, V arg3);