OVRCallback.3.cs 74 B

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