oriels/app/dofs/dof.cs
spatialfree fbd7ce3a4a Ian
2022-09-28 13:03:07 -04:00

5 lines
No EOL
75 B
C#

interface dof { // <T> ?
void Init();
void Frame();
// void Drop();
}