12 lines
No EOL
112 B
C#
12 lines
No EOL
112 B
C#
using System;
|
|
using StereoKit;
|
|
|
|
interface IApp<T> {
|
|
void Step();
|
|
}
|
|
|
|
public class App {
|
|
public App() {
|
|
|
|
}
|
|
} |